#5B7ADA

Color #5B7ADA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5B7ADA

Tints of Havelock Blue #5B7ADA

Color information

#5B7ADA (or 0x5B7ADA) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7A and DA. RGB value is (91,122,218). Sum of RGB (Red+Green+Blue) = 91+122+218=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B7ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ADA is #A48525. Grayscale: #7B7B7B. Windows color (decimal): -10781990 or 14318171. OLE color: 14318171.

HSL color Cylindrical-coordinate representation of color #5B7ADA: hue angle of 225.35º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B7ADA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB91122218-
CMYK0.580.4400.15
HSL225.35º63.18%60.59%-
HSV(B)225.35º58.26%85.49%-
XYZ23.9321.2169.16-
YUV123.68181.23104.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=21.11%
G=28.31%
B=50.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal911222180.580.4400.15225.3563.1860.59
Hex5B7ADA3A2C0Fe13f3d
Octal13317233272540173417775
Binary10110111111010110110101110101011000111111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B7ADA; }

 p { color: rgb(91,122,218); }

 H1.HeaderClassName
 {
   color: #5B7ADA;
 }
 .AnyTagClassName
 {
   color: #5B7ADA;
 }
</style>
background-color css

<style>
 a { background-color: #5B7ADA; }

 a { background-color: rgb(91,122,218); }

 div.DivClassName
 {
   background-color: #5B7ADA;
 }
 .BgClassName
 {
   background-color: #5B7ADA;
 }
</style>
border-color css

<style>
 span { border-color: #5B7ADA; }

 span { border-color: rgb(91,122,218); }

 td.TdClassName
 {
   border-color: #5B7ADA;
 }
 .TagClassName
 {
   border-color: #5B7ADA;
 }
</style>