#588491

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

Shades of Horizon #588491

Tints of Horizon #588491

Color information

#588491 (or 0x588491) is unknown color: approx Horizon. HEX triplet: 58, 84 and 91. RGB value is (88,132,145). Sum of RGB (Red+Green+Blue) = 88+132+145=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #588491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588491 is #A77B6E. Grayscale: #787878. Windows color (decimal): -10976111 or 9536600. OLE color: 9536600.

HSL color Cylindrical-coordinate representation of color #588491: hue angle of 193.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #588491 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88132145-
CMYK0.390.0900.43
HSL193.68º24.46%45.69%-
HSV(B)193.68º39.31%56.86%-
XYZ17.3920.6229.85-
YUV120.33141.92104.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 145 (57.03% from 255) = 39.73%
R=24.11%
G=36.16%
B=39.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881321450.390.0900.43193.6824.4645.69
Hex58849127902Bc2182e
Octal13020422147110533023056
Binary10110001000010010010001100111100101010111100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588491; }

 p { color: rgb(88,132,145); }

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

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

 a { background-color: rgb(88,132,145); }

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

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

 span { border-color: rgb(88,132,145); }

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