#567ECC

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

Shades of Havelock Blue #567ECC

Tints of Havelock Blue #567ECC

Color information

#567ECC (or 0x567ECC) is unknown color: approx Havelock Blue. HEX triplet: 56, 7E and CC. RGB value is (86,126,204). Sum of RGB (Red+Green+Blue) = 86+126+204=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #567ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ECC is #A98133. Grayscale: #7A7A7A. Windows color (decimal): -11108660 or 13401686. OLE color: 13401686.

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

Color convert

RGB86126204-
CMYK0.580.3800.2
HSL219.66º53.64%56.86%-
HSV(B)219.66º57.84%80%-
XYZ22.221.2660.06-
YUV122.93173.75101.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.67%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=20.67%
G=30.29%
B=49.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861262040.580.3800.2219.6653.6456.86
Hex567ECC3A26014dc3639
Octal12617631472460243346671
Binary101011011111101100110011101010011001010011011100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567ECC; }

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

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

<style>
 a { background-color: #567ECC; }

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

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

<style>
 span { border-color: #567ECC; }

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

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