#5385DB

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

Shades of Havelock Blue #5385DB

Tints of Havelock Blue #5385DB

Color information

#5385DB (or 0x5385DB) is unknown color: approx Havelock Blue. HEX triplet: 53, 85 and DB. RGB value is (83,133,219). Sum of RGB (Red+Green+Blue) = 83+133+219=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5385DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385DB is #AC7A24. Grayscale: #7F7F7F. Windows color (decimal): -11303461 or 14386515. OLE color: 14386515.

HSL color Cylindrical-coordinate representation of color #5385DB: hue angle of 217.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5385DB is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB83133219-
CMYK0.620.3900.14
HSL217.94º65.38%59.22%-
HSV(B)217.94º62.1%85.88%-
XYZ24.7423.7370.29-
YUV127.85179.4496.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 219 (85.94% from 255) = 50.34%
R=19.08%
G=30.57%
B=50.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal831332190.620.3900.14217.9465.3859.22
Hex5385DB3E270Eda413b
Octal123205333764701633210173
Binary1010011100001011101101111111010011101110110110101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5385DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5385DB; }

 p { color: rgb(83,133,219); }

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

<style>
 a { background-color: #5385DB; }

 a { background-color: rgb(83,133,219); }

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

<style>
 span { border-color: #5385DB; }

 span { border-color: rgb(83,133,219); }

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