#578193

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

Shades of Horizon #578193

Tints of Horizon #578193

Color information

#578193 (or 0x578193) is unknown color: approx Horizon. HEX triplet: 57, 81 and 93. RGB value is (87,129,147). Sum of RGB (Red+Green+Blue) = 87+129+147=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #578193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578193 is #A87E6C. Grayscale: #767676. Windows color (decimal): -11042413 or 9666903. OLE color: 9666903.

HSL color Cylindrical-coordinate representation of color #578193: hue angle of 198º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #578193 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB87129147-
CMYK0.410.1200.42
HSL198º25.64%45.88%-
HSV(B)198º40.82%57.65%-
XYZ17.0519.8330.53-
YUV118.49144.09105.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=23.97%
G=35.54%
B=40.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871291470.410.1200.4219825.6445.88
Hex57819329C02Ac61a2e
Octal12720122351140523063256
Binary10101111000000110010011101001110001010101100011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578193; }

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

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

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

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

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

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

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

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