#5B89CF

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

Shades of Havelock Blue #5B89CF

Tints of Havelock Blue #5B89CF

Color information

#5B89CF (or 0x5B89CF) is unknown color: approx Havelock Blue. HEX triplet: 5B, 89 and CF. RGB value is (91,137,207). Sum of RGB (Red+Green+Blue) = 91+137+207=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B89CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B89CF is #A47630. Grayscale: #828282. Windows color (decimal): -10778161 or 13601115. OLE color: 13601115.

HSL color Cylindrical-coordinate representation of color #5B89CF: hue angle of 216.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B89CF is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91137207-
CMYK0.560.3400.19
HSL216.21º54.72%58.43%-
HSV(B)216.21º56.04%81.18%-
XYZ24.5224.6262.49-
YUV131.23170.7699.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.92%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=20.92%
G=31.49%
B=47.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911372070.560.3400.19216.2154.7258.43
Hex5B89CF3822013d8373a
Octal13321131770420233306772
Binary1011011100010011100111111100010001001001111011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,137,207); }

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

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

 a { background-color: rgb(91,137,207); }

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

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

 span { border-color: rgb(91,137,207); }

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