#578492

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

Shades of Horizon #578492

Tints of Horizon #578492

Color information

#578492 (or 0x578492) is unknown color: approx Horizon. HEX triplet: 57, 84 and 92. RGB value is (87,132,146). Sum of RGB (Red+Green+Blue) = 87+132+146=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #578492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578492 is #A87B6D. Grayscale: #787878. Windows color (decimal): -11041646 or 9602135. OLE color: 9602135.

HSL color Cylindrical-coordinate representation of color #578492: hue angle of 194.24º 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 #578492 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB87132146-
CMYK0.400.1000.43
HSL194.24º25.32%45.69%-
HSV(B)194.24º40.41%57.25%-
XYZ17.3720.630.26-
YUV120.14142.59104.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 146 (57.42% from 255) = 40%
R=23.84%
G=36.16%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871321460.400.1000.43194.2425.3245.69
Hex57849228A02Bc2192e
Octal12720422250120533023156
Binary10101111000010010010010101000101001010111100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578492; }

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

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

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

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

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

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

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

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