Shades of Cadet Blue #58A4AA
Tints of Cadet Blue #58A4AA
RGB
CMYK
RGB Variations
Color information
#58A4AA (or 0x58A4AA) is known color: Cadet Blue. HEX triplet: 58, A4 and AA. RGB value is (88,164,170). Sum of RGB (Red+Green+Blue) = 88+164+170=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #58A4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A4AA is #A75B55. Grayscale: #8D8D8D. Windows color (decimal): -10967894 or 11183192. OLE color: 11183192.
HSL color Cylindrical-coordinate representation of color #58A4AA: hue angle of 184.39º 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 #58A4AA is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 164 | 170 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.33 |
| HSL | 184.39º | 0.33% | 0.51% | - |
| HSV(B) | 184.39º | 0.48% | 0.67% | - |
| XYZ | 24.56 | 31.53 | 42.82 | - |
| YUV | 141.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 164 | 170 | 0.48 | 0.04 | 0 | 0.33 | 184.39 | 0.33 | 0.51 |
| Hex | 58 | A4 | AA | 30 | 4 | 0 | 21 | B8 | 21 | 33 |
| Octal | 130 | 244 | 252 | 60 | 4 | 0 | 41 | 270 | 41 | 63 |
| Binary | 1011000 | 10100100 | 10101010 | 110000 | 100 | 0 | 100001 | 10111000 | 100001 | 110011 |
Color Harmonies of #58A4AA
Complementary color
Monochromatic Colors of #58A4AA
Black with #58A4AA
Text Example
Text Example
White with #58A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A4AA; }
p { color: rgb(88,164,170); }
H1.HeaderClassName
{
color: #58A4AA;
}
.AnyTagClassName
{
color: #58A4AA;
}
</style>
background-color css
<style>
a { background-color: #58A4AA; }
a { background-color: rgb(88,164,170); }
div.DivClassName
{
background-color: #58A4AA;
}
.BgClassName
{
background-color: #58A4AA;
}
</style>
border-color css
<style>
span { border-color: #58A4AA; }
span { border-color: rgb(88,164,170); }
td.TdClassName
{
border-color: #58A4AA;
}
.TagClassName
{
border-color: #58A4AA;
}
</style>