#5D80D7

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

Shades of Havelock Blue #5D80D7

Tints of Havelock Blue #5D80D7

Color information

#5D80D7 (or 0x5D80D7) is unknown color: approx Havelock Blue. HEX triplet: 5D, 80 and D7. RGB value is (93,128,215). Sum of RGB (Red+Green+Blue) = 93+128+215=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D80D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D80D7 is #A27F28. Grayscale: #7F7F7F. Windows color (decimal): -10649385 or 14123101. OLE color: 14123101.

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

Color convert

RGB93128215-
CMYK0.570.4000.16
HSL222.79º60.4%60.39%-
HSV(B)222.79º56.74%84.31%-
XYZ24.522.6767.37-
YUV127.45177.4103.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.33%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 215 (84.38% from 255) = 49.31%
R=21.33%
G=29.36%
B=49.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal931282150.570.4000.16222.7960.460.39
Hex5D80D73928010df3c3c
Octal13520032771500203377474
Binary1011101100000001101011111100110100001000011011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,128,215); }

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

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

 a { background-color: rgb(93,128,215); }

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

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

 span { border-color: rgb(93,128,215); }

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