#58AAA9

Color #58AAA9 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #58AAA9

Tints of Cadet Blue #58AAA9

Color information

#58AAA9 (or 0x58AAA9) is unknown color: approx Cadet Blue. HEX triplet: 58, AA and A9. RGB value is (88,170,169). Sum of RGB (Red+Green+Blue) = 88+170+169=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA9 is #A75556. Grayscale: #919191. Windows color (decimal): -10966359 or 11119192. OLE color: 11119192.

HSL color Cylindrical-coordinate representation of color #58AAA9: hue angle of 179.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AAA9 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB88170169-
CMYK0.4800.010.33
HSL179.27º32.54%50.59%-
HSV(B)179.27º48.24%66.67%-
XYZ25.5633.6942.69-
YUV145.37141.3387.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=20.61%
G=39.81%
B=39.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701690.4800.010.33179.2732.5450.59
Hex58AAA9300121b32133
Octal1302522516001412634163
Binary101100010101010101010011100000110000110110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AAA9; }

 p { color: rgb(88,170,169); }

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

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

 a { background-color: rgb(88,170,169); }

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

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

 span { border-color: rgb(88,170,169); }

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