#567F96

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

Shades of Horizon #567F96

Tints of Horizon #567F96

Color information

#567F96 (or 0x567F96) is unknown color: approx Horizon. HEX triplet: 56, 7F and 96. RGB value is (86,127,150). Sum of RGB (Red+Green+Blue) = 86+127+150=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #567F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F96 is #A98069. Grayscale: #757575. Windows color (decimal): -11108458 or 9862998. OLE color: 9862998.

HSL color Cylindrical-coordinate representation of color #567F96: hue angle of 201.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567F96 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86127150-
CMYK0.430.1500.41
HSL201.56º27.12%46.27%-
HSV(B)201.56º42.67%58.82%-
XYZ16.9319.3631.7-
YUV117.36146.42105.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=23.69%
G=34.99%
B=41.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861271500.430.1500.41201.5627.1246.27
Hex567F962BF029ca1b2e
Octal12617722653170513123356
Binary1010110111111110010110101011111101010011100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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