Html Css Color HEX #567ECE Havelock Blue

📋 copy color: '#567ECE'

red 86 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #567ECE

Tints of Havelock Blue #567ECE

RGB

 RED value IS 86 (33.98% from 255) = 20.57%

 GREEN value IS 126 (49.61% from 255) = 30.14%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 20.57%
G = 30.14%
B = 49.28%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#567ECE (or 0x567ECE) is known color: Havelock Blue. HEX triplet: 56, 7E and CE. RGB value is (86,126,206). Sum of RGB (Red+Green+Blue) = 86+126+206=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #567ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ECE is #A98131. Grayscale: #7A7A7A. Windows color (decimal): -11108658 or 13532758. OLE color: 13532758.

HSL color Cylindrical-coordinate representation of color #567ECE: hue angle of 220º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567ECE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 126 206 -
CMYK 0.58 0.39 0 0.19
HSL 220º 0.55% 0.57% -
HSV(B) 220º 0.58% 0.81% -
XYZ 22.44 21.36 61.33 -
YUV 123.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 86 126 206 0.58 0.39 0 0.19 220 0.55 0.57
Hex 56 7E CE 3A 27 0 13 DC 37 39
Octal 126 176 316 72 47 0 23 334 67 71
Binary 1010110 1111110 11001110 111010 100111 0 10011 11011100 110111 111001

Color Harmonies of #567ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567ECE

Black with #567ECE

Text Example


Text Example

White with #567ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #567ECE;
 }
 .AnyTagClassName
 {
   color: #567ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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