Shades of Cadet Blue #58AAA5
Tints of Cadet Blue #58AAA5
RGB
CMYK
RGB Variations
Color information
#58AAA5 (or 0x58AAA5) is known color: 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
| RGB | 88 | 170 | 165 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.33 |
| HSL | 176.34º | 0.33% | 0.51% | - |
| HSV(B) | 176.34º | 0.48% | 0.67% | - |
| XYZ | 25.19 | 33.54 | 40.74 | - |
| YUV | 144.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 165 | 0.48 | 0 | 0.03 | 0.33 | 176.34 | 0.33 | 0.51 |
| Hex | 58 | AA | A5 | 30 | 0 | 3 | 21 | B0 | 21 | 33 |
| Octal | 130 | 252 | 245 | 60 | 0 | 3 | 41 | 260 | 41 | 63 |
| Binary | 1011000 | 10101010 | 10100101 | 110000 | 0 | 11 | 100001 | 10110000 | 100001 | 110011 |
Color Harmonies of #58AAA5
Complementary color
Monochromatic Colors of #58AAA5
Black with #58AAA5
Text Example
Text Example
White with #58AAA5
Text Example
Text Example
HTML Codes & Css Web 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>