#588295

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

Shades of Horizon #588295

Tints of Horizon #588295

Color information

#588295 (or 0x588295) is unknown color: approx Horizon. HEX triplet: 58, 82 and 95. RGB value is (88,130,149). Sum of RGB (Red+Green+Blue) = 88+130+149=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #588295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588295 is #A77D6A. Grayscale: #777777. Windows color (decimal): -10976619 or 9798232. OLE color: 9798232.

HSL color Cylindrical-coordinate representation of color #588295: hue angle of 198.69º 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 #588295 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88130149-
CMYK0.410.1300.42
HSL198.69º25.74%46.47%-
HSV(B)198.69º40.94%58.43%-
XYZ17.4320.2131.42-
YUV119.61144.59105.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=23.98%
G=35.42%
B=40.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881301490.410.1300.42198.6925.7446.47
Hex58829529D02Ac71a2e
Octal13020222551150523073256
Binary10110001000001010010101101001110101010101100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588295; }

 p { color: rgb(88,130,149); }

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

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

 a { background-color: rgb(88,130,149); }

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

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

 span { border-color: rgb(88,130,149); }

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