#5D89D5

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

Shades of Havelock Blue #5D89D5

Tints of Havelock Blue #5D89D5

Color information

#5D89D5 (or 0x5D89D5) is unknown color: approx Havelock Blue. HEX triplet: 5D, 89 and D5. RGB value is (93,137,213). Sum of RGB (Red+Green+Blue) = 93+137+213=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D89D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D89D5 is #A2762A. Grayscale: #848484. Windows color (decimal): -10647083 or 13994333. OLE color: 13994333.

HSL color Cylindrical-coordinate representation of color #5D89D5: hue angle of 218º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D89D5 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB93137213-
CMYK0.560.3600.16
HSL218º58.82%60%-
HSV(B)218º56.34%83.53%-
XYZ25.4725.0266.44-
YUV132.51173.4299.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.99%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=20.99%
G=30.93%
B=48.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal931372130.560.3600.1621858.8260
Hex5D89D53824010da3b3c
Octal13521132570440203327374
Binary1011101100010011101010111100010010001000011011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D89D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,137,213); }

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

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

 a { background-color: rgb(93,137,213); }

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

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

 span { border-color: rgb(93,137,213); }

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