#578394

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

Shades of Horizon #578394

Tints of Horizon #578394

Color information

#578394 (or 0x578394) is unknown color: approx Horizon. HEX triplet: 57, 83 and 94. RGB value is (87,131,148). Sum of RGB (Red+Green+Blue) = 87+131+148=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #578394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578394 is #A87C6B. Grayscale: #777777. Windows color (decimal): -11041900 or 9732951. OLE color: 9732951.

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

Color convert

RGB87131148-
CMYK0.410.1100.42
HSL196.72º25.96%46.08%-
HSV(B)196.72º41.22%58.04%-
XYZ17.3920.431.04-
YUV119.78143.92104.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=23.77%
G=35.79%
B=40.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871311480.410.1100.42196.7225.9646.08
Hex57839429B02Ac51a2e
Octal12720322451130523053256
Binary10101111000001110010100101001101101010101100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578394; }

 p { color: rgb(87,131,148); }

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

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

 a { background-color: rgb(87,131,148); }

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

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

 span { border-color: rgb(87,131,148); }

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