#58AAA5

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

Shades of Cadet Blue #58AAA5

Tints of Cadet Blue #58AAA5

Color information

#58AAA5 (or 0x58AAA5) is unknown color: approx Cadet Blue. HEX triplet: 58, AA and A5. RGB value is (88,170,165). Sum of RGB (Red+Green+Blue) = 88+170+165=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #58AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AAA5 is #A7555A. Grayscale: #909090. Windows color (decimal): -10966363 or 10857048. OLE color: 10857048.

HSL color Cylindrical-coordinate representation of color #58AAA5: hue angle of 176.34º 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 #58AAA5 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB88170165-
CMYK0.4800.030.33
HSL176.34º32.54%50.59%-
HSV(B)176.34º48.24%66.67%-
XYZ25.1933.5440.74-
YUV144.91139.3387.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=20.80%
G=40.19%
B=39.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701650.4800.030.33176.3432.5450.59
Hex58AAA5300321b02133
Octal1302522456003412604163
Binary1011000101010101010010111000001110000110110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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