#5685DB

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

Shades of Havelock Blue #5685DB

Tints of Havelock Blue #5685DB

Color information

#5685DB (or 0x5685DB) is unknown color: approx Havelock Blue. HEX triplet: 56, 85 and DB. RGB value is (86,133,219). Sum of RGB (Red+Green+Blue) = 86+133+219=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #5685DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685DB is #A97A24. Grayscale: #808080. Windows color (decimal): -11106853 or 14386518. OLE color: 14386518.

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

Color convert

RGB86133219-
CMYK0.610.3900.14
HSL218.8º64.88%59.8%-
HSV(B)218.8º60.73%85.88%-
XYZ25.0123.8770.31-
YUV128.75178.9397.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 219 (85.94% from 255) = 50%
R=19.63%
G=30.37%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861332190.610.3900.14218.864.8859.8
Hex5685DB3D270Edb413c
Octal126205333754701633310174
Binary1010110100001011101101111110110011101110110110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5685DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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