Html Css Color HEX #567ECD Havelock Blue

📋 copy color: '#567ECD'

red 86 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #567ECD

Tints of Havelock Blue #567ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 20.62%
G = 30.22%
B = 49.16%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#567ECD (or 0x567ECD) is known color: Havelock Blue. HEX triplet: 56, 7E and CD. RGB value is (86,126,205). Sum of RGB (Red+Green+Blue) = 86+126+205=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #567ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ECD is #A98132. Grayscale: #7A7A7A. Windows color (decimal): -11108659 or 13467222. OLE color: 13467222.

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

Color convert

RGB 86 126 205 -
CMYK 0.58 0.39 0 0.20
HSL 219.83º 0.54% 0.57% -
HSV(B) 219.83º 0.58% 0.8% -
XYZ 22.32 21.31 60.69 -
YUV 123.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 86 126 205 0.58 0.39 0 0.20 219.83 0.54 0.57
Hex 56 7E CD 3A 27 0 14 DC 36 39
Octal 126 176 315 72 47 0 24 334 66 71
Binary 1010110 1111110 11001101 111010 100111 0 10100 11011100 110110 111001

Color Harmonies of #567ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567ECD

Black with #567ECD

Text Example


Text Example

White with #567ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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