#578592

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

Shades of Horizon #578592

Tints of Horizon #578592

Color information

#578592 (or 0x578592) is unknown color: approx Horizon. HEX triplet: 57, 85 and 92. RGB value is (87,133,146). Sum of RGB (Red+Green+Blue) = 87+133+146=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #578592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578592 is #A87A6D. Grayscale: #787878. Windows color (decimal): -11041390 or 9602391. OLE color: 9602391.

HSL color Cylindrical-coordinate representation of color #578592: hue angle of 193.22º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #578592 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87133146-
CMYK0.400.0900.43
HSL193.22º25.32%45.69%-
HSV(B)193.22º40.41%57.25%-
XYZ17.5120.8830.3-
YUV120.73142.26103.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=23.77%
G=36.34%
B=39.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871331460.400.0900.43193.2225.3245.69
Hex57859228902Bc1192e
Octal12720522250110533013156
Binary10101111000010110010010101000100101010111100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578592; }

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

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

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

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

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

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

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

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