#588C9D

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

Shades of Horizon #588C9D

Tints of Horizon #588C9D

Color information

#588C9D (or 0x588C9D) is unknown color: approx Horizon. HEX triplet: 58, 8C and 9D. RGB value is (88,140,157). Sum of RGB (Red+Green+Blue) = 88+140+157=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #588C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C9D is #A77362. Grayscale: #7E7E7E. Windows color (decimal): -10974051 or 10325080. OLE color: 10325080.

HSL color Cylindrical-coordinate representation of color #588C9D: hue angle of 194.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #588C9D is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88140157-
CMYK0.440.1100.38
HSL194.78º28.16%48.04%-
HSV(B)194.78º43.95%61.57%-
XYZ19.4923.2735.36-
YUV126.39145.27100.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=22.86%
G=36.36%
B=40.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881401570.440.1100.38194.7828.1648.04
Hex588C9D2CB026c31c30
Octal13021423554130463033460
Binary10110001000110010011101101100101101001101100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588C9D; }

 p { color: rgb(88,140,157); }

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

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

 a { background-color: rgb(88,140,157); }

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

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

 span { border-color: rgb(88,140,157); }

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