Html Css Color HEX #567EDC Havelock Blue

📋 copy color: '#567EDC'

red 86 ◦ green 126 ◦ blue 220

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

Shades of Havelock Blue #567EDC

Tints of Havelock Blue #567EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 19.91%
G = 29.17%
B = 50.93%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#567EDC (or 0x567EDC) is known color: Havelock Blue. HEX triplet: 56, 7E and DC. RGB value is (86,126,220). Sum of RGB (Red+Green+Blue) = 86+126+220=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #567EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDC is #A98123. Grayscale: #7C7C7C. Windows color (decimal): -11108644 or 14450262. OLE color: 14450262.

HSL color Cylindrical-coordinate representation of color #567EDC: hue angle of 222.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567EDC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 126 220 -
CMYK 0.61 0.43 0 0.14
HSL 222.09º 0.66% 0.6% -
HSV(B) 222.09º 0.61% 0.86% -
XYZ 24.22 22.07 70.69 -
YUV 124.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 86 126 220 0.61 0.43 0 0.14 222.09 0.66 0.6
Hex 56 7E DC 3D 2B 0 E DE 42 3C
Octal 126 176 334 75 53 0 16 336 102 74
Binary 1010110 1111110 11011100 111101 101011 0 1110 11011110 1000010 111100

Color Harmonies of #567EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567EDC

Black with #567EDC

Text Example


Text Example

White with #567EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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