#5670CC

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

Shades of Havelock Blue #5670CC

Tints of Havelock Blue #5670CC

Color information

#5670CC (or 0x5670CC) is unknown color: approx Havelock Blue. HEX triplet: 56, 70 and CC. RGB value is (86,112,204). Sum of RGB (Red+Green+Blue) = 86+112+204=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #5670CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5670CC is #A98F33. Grayscale: #727272. Windows color (decimal): -11112244 or 13398102. OLE color: 13398102.

HSL color Cylindrical-coordinate representation of color #5670CC: hue angle of 226.78º 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 #5670CC is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86112204-
CMYK0.580.4500.2
HSL226.78º53.64%56.86%-
HSV(B)226.78º57.84%80%-
XYZ20.5317.9359.5-
YUV114.71178.39107.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.39%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=21.39%
G=27.86%
B=50.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861122040.580.4500.2226.7853.6456.86
Hex5670CC3A2D014e33639
Octal12616031472550243436671
Binary101011011100001100110011101010110101010011100011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5670CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5670CC; }

 p { color: rgb(86,112,204); }

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

<style>
 a { background-color: #5670CC; }

 a { background-color: rgb(86,112,204); }

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

<style>
 span { border-color: #5670CC; }

 span { border-color: rgb(86,112,204); }

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