#588895

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

Shades of Horizon #588895

Tints of Horizon #588895

Color information

#588895 (or 0x588895) is unknown color: approx Horizon. HEX triplet: 58, 88 and 95. RGB value is (88,136,149). Sum of RGB (Red+Green+Blue) = 88+136+149=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #588895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588895 is #A7776A. Grayscale: #7B7B7B. Windows color (decimal): -10975083 or 9799768. OLE color: 9799768.

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

Color convert

RGB88136149-
CMYK0.410.0900.42
HSL192.79º25.74%46.47%-
HSV(B)192.79º40.94%58.43%-
XYZ18.2521.8531.69-
YUV123.13142.6102.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=23.59%
G=36.46%
B=39.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881361490.410.0900.42192.7925.7446.47
Hex58889529902Ac11a2e
Octal13021022551110523013256
Binary10110001000100010010101101001100101010101100000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588895; }

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

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

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

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

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

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

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

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