Html Css Color HEX #567EC4 Havelock Blue

📋 copy color: '#567EC4'

red 86 ◦ green 126 ◦ blue 196

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

Shades of Havelock Blue #567EC4

Tints of Havelock Blue #567EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.04%

R = 21.08%
G = 30.88%
B = 48.04%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#567EC4 (or 0x567EC4) is known color: Havelock Blue. HEX triplet: 56, 7E and C4. RGB value is (86,126,196). Sum of RGB (Red+Green+Blue) = 86+126+196=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #567EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EC4 is #A9813B. Grayscale: #797979. Windows color (decimal): -11108668 or 12877398. OLE color: 12877398.

HSL color Cylindrical-coordinate representation of color #567EC4: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #567EC4 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 126 196 -
CMYK 0.56 0.36 0 0.23
HSL 218.18º 0.48% 0.55% -
HSV(B) 218.18º 0.56% 0.77% -
XYZ 21.26 20.89 55.14 -
YUV 122.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 86 126 196 0.56 0.36 0 0.23 218.18 0.48 0.55
Hex 56 7E C4 38 24 0 17 DA 30 37
Octal 126 176 304 70 44 0 27 332 60 67
Binary 1010110 1111110 11000100 111000 100100 0 10111 11011010 110000 110111

Color Harmonies of #567EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567EC4

Black with #567EC4

Text Example


Text Example

White with #567EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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