Html Css Color HEX #567CD6 Havelock Blue

📋 copy color: '#567CD6'

red 86 ◦ green 124 ◦ blue 214

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

Shades of Havelock Blue #567CD6

Tints of Havelock Blue #567CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 20.28%
G = 29.25%
B = 50.47%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#567CD6 (or 0x567CD6) is known color: Havelock Blue. HEX triplet: 56, 7C and D6. RGB value is (86,124,214). Sum of RGB (Red+Green+Blue) = 86+124+214=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #567CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CD6 is #A98329. Grayscale: #7A7A7A. Windows color (decimal): -11109162 or 14056534. OLE color: 14056534.

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

Color convert

RGB 86 124 214 -
CMYK 0.60 0.42 0 0.16
HSL 222.19º 0.61% 0.59% -
HSV(B) 222.19º 0.6% 0.84% -
XYZ 23.18 21.25 66.5 -
YUV 122.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 86 124 214 0.60 0.42 0 0.16 222.19 0.61 0.59
Hex 56 7C D6 3C 2A 0 10 DE 3D 3B
Octal 126 174 326 74 52 0 20 336 75 73
Binary 1010110 1111100 11010110 111100 101010 0 10000 11011110 111101 111011

Color Harmonies of #567CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CD6

Black with #567CD6

Text Example


Text Example

White with #567CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,124,214); }

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

background-color css

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

 a { background-color: rgb(86,124,214); }

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

border-color css

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

 span { border-color: rgb(86,124,214); }

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