#588A9A

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

Shades of Horizon #588A9A

Tints of Horizon #588A9A

Color information

#588A9A (or 0x588A9A) is unknown color: approx Horizon. HEX triplet: 58, 8A and 9A. RGB value is (88,138,154). Sum of RGB (Red+Green+Blue) = 88+138+154=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #588A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588A9A is #A77565. Grayscale: #7C7C7C. Windows color (decimal): -10974566 or 10127960. OLE color: 10127960.

HSL color Cylindrical-coordinate representation of color #588A9A: hue angle of 194.55º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588A9A is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88138154-
CMYK0.430.1000.40
HSL194.55º27.27%47.45%-
HSV(B)194.55º42.86%60.39%-
XYZ18.9522.5833.93-
YUV124.87144.44101.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=23.16%
G=36.32%
B=40.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881381540.430.1000.40194.5527.2747.45
Hex588A9A2BA028c31b2f
Octal13021223253120503033357
Binary10110001000101010011010101011101001010001100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,138,154); }

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

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

 a { background-color: rgb(88,138,154); }

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

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

 span { border-color: rgb(88,138,154); }

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