#567F91

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

Shades of Horizon #567F91

Tints of Horizon #567F91

Color information

#567F91 (or 0x567F91) is unknown color: approx Horizon. HEX triplet: 56, 7F and 91. RGB value is (86,127,145). Sum of RGB (Red+Green+Blue) = 86+127+145=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #567F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F91 is #A9806E. Grayscale: #747474. Windows color (decimal): -11108463 or 9535318. OLE color: 9535318.

HSL color Cylindrical-coordinate representation of color #567F91: hue angle of 198.31º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567F91 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86127145-
CMYK0.410.1200.43
HSL198.31º25.54%45.29%-
HSV(B)198.31º40.69%56.86%-
XYZ16.5419.229.62-
YUV116.79143.92106.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=24.02%
G=35.47%
B=40.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861271450.410.1200.43198.3125.5445.29
Hex567F9129C02Bc61a2d
Octal12617722151140533063255
Binary1010110111111110010001101001110001010111100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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