#578590

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

Shades of Horizon #578590

Tints of Horizon #578590

Color information

#578590 (or 0x578590) is unknown color: approx Horizon. HEX triplet: 57, 85 and 90. RGB value is (87,133,144). Sum of RGB (Red+Green+Blue) = 87+133+144=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #578590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578590 is #A87A6F. Grayscale: #787878. Windows color (decimal): -11041392 or 9471319. OLE color: 9471319.

HSL color Cylindrical-coordinate representation of color #578590: hue angle of 191.58º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578590 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87133144-
CMYK0.400.0800.44
HSL191.58º24.68%45.29%-
HSV(B)191.58º39.58%56.47%-
XYZ17.3520.8129.49-
YUV120.5141.26104.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=23.90%
G=36.54%
B=39.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871331440.400.0800.44191.5824.6845.29
Hex57859028802Cc0192d
Octal12720522050100543003155
Binary10101111000010110010000101000100001011001100000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578590; }

 p { color: rgb(87,133,144); }

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

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

 a { background-color: rgb(87,133,144); }

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

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

 span { border-color: rgb(87,133,144); }

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