#5687CD

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

Shades of Havelock Blue #5687CD

Tints of Havelock Blue #5687CD

Color information

#5687CD (or 0x5687CD) is unknown color: approx Havelock Blue. HEX triplet: 56, 87 and CD. RGB value is (86,135,205). Sum of RGB (Red+Green+Blue) = 86+135+205=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #5687CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5687CD is #A97832. Grayscale: #7F7F7F. Windows color (decimal): -11106355 or 13469526. OLE color: 13469526.

HSL color Cylindrical-coordinate representation of color #5687CD: hue angle of 215.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5687CD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86135205-
CMYK0.580.3400.20
HSL215.29º54.34%57.06%-
HSV(B)215.29º58.05%80.39%-
XYZ23.5223.7161.1-
YUV128.33171.2797.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.19%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=20.19%
G=31.69%
B=48.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861352050.580.3400.20215.2954.3457.06
Hex5687CD3A22014d73639
Octal12620731572420243276671
Binary1010110100001111100110111101010001001010011010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5687CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5687CD; }

 p { color: rgb(86,135,205); }

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

<style>
 a { background-color: #5687CD; }

 a { background-color: rgb(86,135,205); }

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

<style>
 span { border-color: #5687CD; }

 span { border-color: rgb(86,135,205); }

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