#5B89D0

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

Shades of Havelock Blue #5B89D0

Tints of Havelock Blue #5B89D0

Color information

#5B89D0 (or 0x5B89D0) is unknown color: approx Havelock Blue. HEX triplet: 5B, 89 and D0. RGB value is (91,137,208). Sum of RGB (Red+Green+Blue) = 91+137+208=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B89D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B89D0 is #A4762F. Grayscale: #838383. Windows color (decimal): -10778160 or 13666651. OLE color: 13666651.

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

Color convert

RGB91137208-
CMYK0.560.3400.18
HSL216.41º55.45%58.63%-
HSV(B)216.41º56.25%81.57%-
XYZ24.6524.6763.14-
YUV131.34171.2699.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.87%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 208 (81.64% from 255) = 47.71%
R=20.87%
G=31.42%
B=47.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal911372080.560.3400.18216.4155.4558.63
Hex5B89D03822012d8373b
Octal13321132070420223306773
Binary1011011100010011101000011100010001001001011011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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