#58899A

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

Shades of Horizon #58899A

Tints of Horizon #58899A

Color information

#58899A (or 0x58899A) is unknown color: approx Horizon. HEX triplet: 58, 89 and 9A. RGB value is (88,137,154). Sum of RGB (Red+Green+Blue) = 88+137+154=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #58899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58899A is #A77665. Grayscale: #7C7C7C. Windows color (decimal): -10974822 or 10127704. OLE color: 10127704.

HSL color Cylindrical-coordinate representation of color #58899A: hue angle of 195.45º 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 #58899A is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88137154-
CMYK0.430.1100.40
HSL195.45º27.27%47.45%-
HSV(B)195.45º42.86%60.39%-
XYZ18.822.333.88-
YUV124.29144.77102.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=23.22%
G=36.15%
B=40.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881371540.430.1100.40195.4527.2747.45
Hex58899A2BB028c31b2f
Octal13021123253130503033357
Binary10110001000100110011010101011101101010001100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58899A; }

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

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

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

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

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

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

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

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