#588093

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

Shades of Horizon #588093

Tints of Horizon #588093

Color information

#588093 (or 0x588093) is unknown color: approx Horizon. HEX triplet: 58, 80 and 93. RGB value is (88,128,147). Sum of RGB (Red+Green+Blue) = 88+128+147=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #588093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588093 is #A77F6C. Grayscale: #767676. Windows color (decimal): -10977133 or 9666648. OLE color: 9666648.

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

Color convert

RGB88128147-
CMYK0.400.1300.42
HSL199.32º25.11%46.08%-
HSV(B)199.32º40.14%57.65%-
XYZ17.0119.6230.49-
YUV118.21144.25106.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=24.24%
G=35.26%
B=40.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881281470.400.1300.42199.3225.1146.08
Hex58809328D02Ac7192e
Octal13020022350150523073156
Binary10110001000000010010011101000110101010101100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588093; }

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

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

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

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

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

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

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

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