Html Css Color HEX #567FB2 Havelock Blue

📋 copy color: '#567FB2'

red 86 ◦ green 127 ◦ blue 178

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

Shades of Havelock Blue #567FB2

Tints of Havelock Blue #567FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 21.99%
G = 32.48%
B = 45.52%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#567FB2 (or 0x567FB2) is known color: Havelock Blue. HEX triplet: 56, 7F and B2. RGB value is (86,127,178). Sum of RGB (Red+Green+Blue) = 86+127+178=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #567FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FB2 is #A9804D. Grayscale: #787878. Windows color (decimal): -11108430 or 11698006. OLE color: 11698006.

HSL color Cylindrical-coordinate representation of color #567FB2: hue angle of 213.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567FB2 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 86 127 178 -
CMYK 0.52 0.29 0 0.30
HSL 213.26º 0.37% 0.52% -
HSV(B) 213.26º 0.52% 0.7% -
XYZ 19.46 20.37 45.03 -
YUV 120.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 86 127 178 0.52 0.29 0 0.30 213.26 0.37 0.52
Hex 56 7F B2 34 1D 0 1E D5 25 34
Octal 126 177 262 64 35 0 36 325 45 64
Binary 1010110 1111111 10110010 110100 11101 0 11110 11010101 100101 110100

Color Harmonies of #567FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567FB2

Black with #567FB2

Text Example


Text Example

White with #567FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,127,178); }

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

background-color css

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

 a { background-color: rgb(86,127,178); }

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

border-color css

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

 span { border-color: rgb(86,127,178); }

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