Html Css Color HEX #567CAF Havelock Blue

📋 copy color: '#567CAF'

red 86 ◦ green 124 ◦ blue 175

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

Shades of Havelock Blue #567CAF

Tints of Havelock Blue #567CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 22.34%
G = 32.21%
B = 45.45%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#567CAF (or 0x567CAF) is known color: Havelock Blue. HEX triplet: 56, 7C and AF. RGB value is (86,124,175). Sum of RGB (Red+Green+Blue) = 86+124+175=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #567CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CAF is #A98350. Grayscale: #767676. Windows color (decimal): -11109201 or 11500630. OLE color: 11500630.

HSL color Cylindrical-coordinate representation of color #567CAF: hue angle of 214.38º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567CAF is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 124 175 -
CMYK 0.51 0.29 0 0.31
HSL 214.38º 0.36% 0.51% -
HSV(B) 214.38º 0.51% 0.69% -
XYZ 18.78 19.49 43.33 -
YUV 118.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 86 124 175 0.51 0.29 0 0.31 214.38 0.36 0.51
Hex 56 7C AF 33 1D 0 1F D6 24 33
Octal 126 174 257 63 35 0 37 326 44 63
Binary 1010110 1111100 10101111 110011 11101 0 11111 11010110 100100 110011

Color Harmonies of #567CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567CAF

Black with #567CAF

Text Example


Text Example

White with #567CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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