#588095

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

Shades of Horizon #588095

Tints of Horizon #588095

Color information

#588095 (or 0x588095) is unknown color: approx Horizon. HEX triplet: 58, 80 and 95. RGB value is (88,128,149). Sum of RGB (Red+Green+Blue) = 88+128+149=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #588095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588095 is #A77F6A. Grayscale: #767676. Windows color (decimal): -10977131 or 9797720. OLE color: 9797720.

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

Color convert

RGB88128149-
CMYK0.410.1400.42
HSL200.66º25.74%46.47%-
HSV(B)200.66º40.94%58.43%-
XYZ17.1719.6831.33-
YUV118.43145.25106.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=24.11%
G=35.07%
B=40.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881281490.410.1400.42200.6625.7446.47
Hex58809529E02Ac91a2e
Octal13020022551160523113256
Binary10110001000000010010101101001111001010101100100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588095; }

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

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

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

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

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

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

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

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