#567F94

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

Shades of Horizon #567F94

Tints of Horizon #567F94

Color information

#567F94 (or 0x567F94) is unknown color: approx Horizon. HEX triplet: 56, 7F and 94. RGB value is (86,127,148). Sum of RGB (Red+Green+Blue) = 86+127+148=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #567F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F94 is #A9806B. Grayscale: #757575. Windows color (decimal): -11108460 or 9731926. OLE color: 9731926.

HSL color Cylindrical-coordinate representation of color #567F94: hue angle of 200.32º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567F94 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86127148-
CMYK0.420.1400.42
HSL200.32º26.5%45.88%-
HSV(B)200.32º41.89%58.04%-
XYZ16.7719.330.86-
YUV117.14145.42105.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=23.82%
G=35.18%
B=41.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861271480.420.1400.42200.3226.545.88
Hex567F942AE02Ac81a2e
Octal12617722452160523103256
Binary1010110111111110010100101010111001010101100100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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