#578095

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

Shades of Horizon #578095

Tints of Horizon #578095

Color information

#578095 (or 0x578095) is unknown color: approx Horizon. HEX triplet: 57, 80 and 95. RGB value is (87,128,149). Sum of RGB (Red+Green+Blue) = 87+128+149=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #578095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578095 is #A87F6A. Grayscale: #767676. Windows color (decimal): -11042667 or 9797719. OLE color: 9797719.

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

Color convert

RGB87128149-
CMYK0.420.1400.42
HSL200.32º26.27%46.27%-
HSV(B)200.32º41.61%58.43%-
XYZ17.0719.6331.32-
YUV118.14145.42105.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=23.90%
G=35.16%
B=40.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871281490.420.1400.42200.3226.2746.27
Hex5780952AE02Ac81a2e
Octal12720022552160523103256
Binary10101111000000010010101101010111001010101100100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578095; }

 p { color: rgb(87,128,149); }

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

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

 a { background-color: rgb(87,128,149); }

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

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

 span { border-color: rgb(87,128,149); }

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