#588392

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

Shades of Horizon #588392

Tints of Horizon #588392

Color information

#588392 (or 0x588392) is unknown color: approx Horizon. HEX triplet: 58, 83 and 92. RGB value is (88,131,146). Sum of RGB (Red+Green+Blue) = 88+131+146=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #588392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588392 is #A77C6D. Grayscale: #777777. Windows color (decimal): -10976366 or 9601880. OLE color: 9601880.

HSL color Cylindrical-coordinate representation of color #588392: hue angle of 195.52º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588392 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88131146-
CMYK0.400.1000.43
HSL195.52º24.79%45.88%-
HSV(B)195.52º39.73%57.25%-
XYZ17.3320.3830.22-
YUV119.85142.75105.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 146 (57.42% from 255) = 40%
R=24.11%
G=35.89%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881311460.400.1000.43195.5224.7945.88
Hex58839228A02Bc4192e
Octal13020322250120533043156
Binary10110001000001110010010101000101001010111100010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588392; }

 p { color: rgb(88,131,146); }

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

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

 a { background-color: rgb(88,131,146); }

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

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

 span { border-color: rgb(88,131,146); }

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