#567CB0

Color #567CB0 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #567CB0

Tints of Havelock Blue #567CB0

Color information

#567CB0 (or 0x567CB0) is unknown color: approx Havelock Blue. HEX triplet: 56, 7C and B0. RGB value is (86,124,176). Sum of RGB (Red+Green+Blue) = 86+124+176=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #567CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CB0 is #A9834F. Grayscale: #767676. Windows color (decimal): -11109200 or 11566166. OLE color: 11566166.

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

Color convert

RGB86124176-
CMYK0.510.3000.31
HSL214.67º36.29%51.37%-
HSV(B)214.67º51.14%69.02%-
XYZ18.8819.5343.85-
YUV118.57160.41104.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 176 (69.14% from 255) = 45.60%
R=22.28%
G=32.12%
B=45.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861241760.510.3000.31214.6736.2951.37
Hex567CB0331E01Fd72433
Octal12617426063360373274463
Binary10101101111100101100001100111111001111111010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #567CB0;
 }
 .AnyTagClassName
 {
   color: #567CB0;
 }
</style>
background-color css

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

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

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

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

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

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