Html Css Color HEX #567CCD Havelock Blue

📋 copy color: '#567CCD'

red 86 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #567CCD

Tints of Havelock Blue #567CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 20.72%
G = 29.88%
B = 49.4%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#567CCD (or 0x567CCD) is known color: Havelock Blue. HEX triplet: 56, 7C and CD. RGB value is (86,124,205). Sum of RGB (Red+Green+Blue) = 86+124+205=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #567CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CCD is #A98332. Grayscale: #797979. Windows color (decimal): -11109171 or 13466710. OLE color: 13466710.

HSL color Cylindrical-coordinate representation of color #567CCD: hue angle of 220.84º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #567CCD is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 124 205 -
CMYK 0.58 0.40 0 0.20
HSL 220.84º 0.54% 0.57% -
HSV(B) 220.84º 0.58% 0.8% -
XYZ 22.06 20.8 60.61 -
YUV 121.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 86 124 205 0.58 0.40 0 0.20 220.84 0.54 0.57
Hex 56 7C CD 3A 28 0 14 DD 36 39
Octal 126 174 315 72 50 0 24 335 66 71
Binary 1010110 1111100 11001101 111010 101000 0 10100 11011101 110110 111001

Color Harmonies of #567CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CCD

Black with #567CCD

Text Example


Text Example

White with #567CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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