Html Css Color HEX #567EDB Havelock Blue

📋 copy color: '#567EDB'

red 86 ◦ green 126 ◦ blue 219

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

Shades of Havelock Blue #567EDB

Tints of Havelock Blue #567EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 19.95%
G = 29.23%
B = 50.81%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#567EDB (or 0x567EDB) is known color: Havelock Blue. HEX triplet: 56, 7E and DB. RGB value is (86,126,219). Sum of RGB (Red+Green+Blue) = 86+126+219=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #567EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDB is #A98124. Grayscale: #7C7C7C. Windows color (decimal): -11108645 or 14384726. OLE color: 14384726.

HSL color Cylindrical-coordinate representation of color #567EDB: hue angle of 221.95º degrees, saturation: 0.65, 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 #567EDB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 126 219 -
CMYK 0.61 0.42 0 0.14
HSL 221.95º 0.65% 0.6% -
HSV(B) 221.95º 0.61% 0.86% -
XYZ 24.08 22.01 70 -
YUV 124.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 86 126 219 0.61 0.42 0 0.14 221.95 0.65 0.6
Hex 56 7E DB 3D 2A 0 E DE 41 3C
Octal 126 176 333 75 52 0 16 336 101 74
Binary 1010110 1111110 11011011 111101 101010 0 1110 11011110 1000001 111100

Color Harmonies of #567EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567EDB

Black with #567EDB

Text Example


Text Example

White with #567EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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