Html Css Color HEX #567ED8 Havelock Blue

📋 copy color: '#567ED8'

red 86 ◦ green 126 ◦ blue 216

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

Shades of Havelock Blue #567ED8

Tints of Havelock Blue #567ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 20.09%
G = 29.44%
B = 50.47%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#567ED8 (or 0x567ED8) is known color: Havelock Blue. HEX triplet: 56, 7E and D8. RGB value is (86,126,216). Sum of RGB (Red+Green+Blue) = 86+126+216=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #567ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ED8 is #A98127. Grayscale: #7B7B7B. Windows color (decimal): -11108648 or 14188118. OLE color: 14188118.

HSL color Cylindrical-coordinate representation of color #567ED8: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #567ED8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 126 216 -
CMYK 0.60 0.42 0 0.15
HSL 221.54º 0.63% 0.59% -
HSV(B) 221.54º 0.6% 0.85% -
XYZ 23.69 21.86 67.94 -
YUV 124.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 86 126 216 0.60 0.42 0 0.15 221.54 0.63 0.59
Hex 56 7E D8 3C 2A 0 F DE 3E 3B
Octal 126 176 330 74 52 0 17 336 76 73
Binary 1010110 1111110 11011000 111100 101010 0 1111 11011110 111110 111011

Color Harmonies of #567ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567ED8

Black with #567ED8

Text Example


Text Example

White with #567ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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