#578393

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

Shades of Horizon #578393

Tints of Horizon #578393

Color information

#578393 (or 0x578393) is unknown color: approx Horizon. HEX triplet: 57, 83 and 93. RGB value is (87,131,147). Sum of RGB (Red+Green+Blue) = 87+131+147=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #578393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578393 is #A87C6C. Grayscale: #777777. Windows color (decimal): -11041901 or 9667415. OLE color: 9667415.

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

Color convert

RGB87131147-
CMYK0.410.1100.42
HSL196º25.64%45.88%-
HSV(B)196º40.82%57.65%-
XYZ17.3120.3730.62-
YUV119.67143.42104.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=23.84%
G=35.89%
B=40.27%

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
Decimal871311470.410.1100.4219625.6445.88
Hex57839329B02Ac41a2e
Octal12720322351130523043256
Binary10101111000001110010011101001101101010101100010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578393; }

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

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

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

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

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

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

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

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