#588593

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

Shades of Horizon #588593

Tints of Horizon #588593

Color information

#588593 (or 0x588593) is unknown color: approx Horizon. HEX triplet: 58, 85 and 93. RGB value is (88,133,147). Sum of RGB (Red+Green+Blue) = 88+133+147=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #588593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588593 is #A77A6C. Grayscale: #797979. Windows color (decimal): -10975853 or 9667928. OLE color: 9667928.

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

Color convert

RGB88133147-
CMYK0.400.1000.42
HSL194.24º25.11%46.08%-
HSV(B)194.24º40.14%57.65%-
XYZ17.6820.9630.72-
YUV121.14142.59104.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=23.91%
G=36.14%
B=39.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881331470.400.1000.42194.2425.1146.08
Hex58859328A02Ac2192e
Octal13020522350120523023156
Binary10110001000010110010011101000101001010101100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588593; }

 p { color: rgb(88,133,147); }

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

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

 a { background-color: rgb(88,133,147); }

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

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

 span { border-color: rgb(88,133,147); }

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