Html Css Color HEX #567ECC Havelock Blue

📋 copy color: '#567ECC'

red 86 ◦ green 126 ◦ blue 204

#567ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #567ECC

Tints of Havelock Blue #567ECC

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 value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#567ECC (or 0x567ECC) is known color: 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

RGB 86 126 204 -
CMYK 0.58 0.38 0 0.2
HSL 219.66º 0.54% 0.57% -
HSV(B) 219.66º 0.58% 0.8% -
XYZ 22.2 21.26 60.06 -
YUV 122.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 86 126 204 0.58 0.38 0 0.2 219.66 0.54 0.57
Hex 56 7E CC 3A 26 0 14 DC 36 39
Octal 126 176 314 72 46 0 24 334 66 71
Binary 1010110 1111110 11001100 111010 100110 0 10100 11011100 110110 111001

Color Harmonies of #567ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567ECC

Black with #567ECC

Text Example


Text Example

White with #567ECC

Text Example


Text Example

HTML Codes & Css Web 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>