#578292

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

Shades of Horizon #578292

Tints of Horizon #578292

Color information

#578292 (or 0x578292) is unknown color: approx Horizon. HEX triplet: 57, 82 and 92. RGB value is (87,130,146). Sum of RGB (Red+Green+Blue) = 87+130+146=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #578292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578292 is #A87D6D. Grayscale: #767676. Windows color (decimal): -11042158 or 9601623. OLE color: 9601623.

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

Color convert

RGB87130146-
CMYK0.400.1100.43
HSL196.27º25.32%45.69%-
HSV(B)196.27º40.41%57.25%-
XYZ17.120.0730.17-
YUV118.97143.25105.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=23.97%
G=35.81%
B=40.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871301460.400.1100.43196.2725.3245.69
Hex57829228B02Bc4192e
Octal12720222250130533043156
Binary10101111000001010010010101000101101010111100010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578292; }

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

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

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

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

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

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

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

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