Html Css Color HEX #567BAF Havelock Blue

📋 copy color: '#567BAF'

red 86 ◦ green 123 ◦ blue 175

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

Shades of Havelock Blue #567BAF

Tints of Havelock Blue #567BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 22.4%
G = 32.03%
B = 45.57%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#567BAF (or 0x567BAF) is known color: Havelock Blue. HEX triplet: 56, 7B and AF. RGB value is (86,123,175). Sum of RGB (Red+Green+Blue) = 86+123+175=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #567BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567BAF is #A98450. Grayscale: #757575. Windows color (decimal): -11109457 or 11500374. OLE color: 11500374.

HSL color Cylindrical-coordinate representation of color #567BAF: hue angle of 215.06º 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 #567BAF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 123 175 -
CMYK 0.51 0.30 0 0.31
HSL 215.06º 0.36% 0.51% -
HSV(B) 215.06º 0.51% 0.69% -
XYZ 18.66 19.24 43.29 -
YUV 117.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 86 123 175 0.51 0.30 0 0.31 215.06 0.36 0.51
Hex 56 7B AF 33 1E 0 1F D7 24 33
Octal 126 173 257 63 36 0 37 327 44 63
Binary 1010110 1111011 10101111 110011 11110 0 11111 11010111 100100 110011

Color Harmonies of #567BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BAF

Black with #567BAF

Text Example


Text Example

White with #567BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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