#578192

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

Shades of Horizon #578192

Tints of Horizon #578192

Color information

#578192 (or 0x578192) is unknown color: approx Horizon. HEX triplet: 57, 81 and 92. RGB value is (87,129,146). Sum of RGB (Red+Green+Blue) = 87+129+146=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #578192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578192 is #A87E6D. Grayscale: #767676. Windows color (decimal): -11042414 or 9601367. OLE color: 9601367.

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

Color convert

RGB87129146-
CMYK0.400.1200.43
HSL197.29º25.32%45.69%-
HSV(B)197.29º40.41%57.25%-
XYZ16.9719.830.12-
YUV118.38143.59105.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=24.03%
G=35.64%
B=40.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871291460.400.1200.43197.2925.3245.69
Hex57819228C02Bc5192e
Octal12720122250140533053156
Binary10101111000000110010010101000110001010111100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578192; }

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

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

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

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

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

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

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

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