#578494

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

Shades of Horizon #578494

Tints of Horizon #578494

Color information

#578494 (or 0x578494) is unknown color: approx Horizon. HEX triplet: 57, 84 and 94. RGB value is (87,132,148). Sum of RGB (Red+Green+Blue) = 87+132+148=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #578494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578494 is #A87B6B. Grayscale: #787878. Windows color (decimal): -11041644 or 9733207. OLE color: 9733207.

HSL color Cylindrical-coordinate representation of color #578494: hue angle of 195.74º 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 #578494 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87132148-
CMYK0.410.1100.42
HSL195.74º25.96%46.08%-
HSV(B)195.74º41.22%58.04%-
XYZ17.5320.6731.08-
YUV120.37143.59104.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=23.71%
G=35.97%
B=40.33%

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
Decimal871321480.410.1100.42195.7425.9646.08
Hex57849429B02Ac41a2e
Octal12720422451130523043256
Binary10101111000010010010100101001101101010101100010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578494; }

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

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

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

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

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

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

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

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