Html Css Color HEX #567EDA Havelock Blue

📋 copy color: '#567EDA'

red 86 ◦ green 126 ◦ blue 218

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

Shades of Havelock Blue #567EDA

Tints of Havelock Blue #567EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 20%
G = 29.3%
B = 50.7%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#567EDA (or 0x567EDA) is known color: Havelock Blue. HEX triplet: 56, 7E and DA. RGB value is (86,126,218). Sum of RGB (Red+Green+Blue) = 86+126+218=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #567EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDA is #A98125. Grayscale: #7C7C7C. Windows color (decimal): -11108646 or 14319190. OLE color: 14319190.

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

Color convert

RGB 86 126 218 -
CMYK 0.61 0.42 0 0.15
HSL 221.82º 0.64% 0.6% -
HSV(B) 221.82º 0.61% 0.85% -
XYZ 23.95 21.96 69.31 -
YUV 124.53 180.75 100.52 -
System Red Green Blue C M Y K H S L
Decimal 86 126 218 0.61 0.42 0 0.15 221.82 0.64 0.6
Hex 56 7E DA 3D 2A 0 F DE 40 3C
Octal 126 176 332 75 52 0 17 336 100 74
Binary 1010110 1111110 11011010 111101 101010 0 1111 11011110 1000000 111100

Color Harmonies of #567EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567EDA

Black with #567EDA

Text Example


Text Example

White with #567EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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