Shades of Cadet Blue #58A092
Tints of Cadet Blue #58A092
RGB
CMYK
RGB Variations
Color information
#58A092 (or 0x58A092) is known color: Cadet Blue. HEX triplet: 58, A0 and 92. RGB value is (88,160,146). Sum of RGB (Red+Green+Blue) = 88+160+146=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #58A092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A092 is #A75F6D. Grayscale: #888888. Windows color (decimal): -10968942 or 9609304. OLE color: 9609304.
HSL color Cylindrical-coordinate representation of color #58A092: hue angle of 168.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A092 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 160 | 146 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.37 |
| HSL | 168.33º | 0.29% | 0.49% | - |
| HSV(B) | 168.33º | 0.45% | 0.63% | - |
| XYZ | 21.78 | 29.29 | 31.7 | - |
| YUV | 136.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 146 | 0.45 | 0 | 0.09 | 0.37 | 168.33 | 0.29 | 0.49 |
| Hex | 58 | A0 | 92 | 2D | 0 | 9 | 25 | A8 | 1D | 31 |
| Octal | 130 | 240 | 222 | 55 | 0 | 11 | 45 | 250 | 35 | 61 |
| Binary | 1011000 | 10100000 | 10010010 | 101101 | 0 | 1001 | 100101 | 10101000 | 11101 | 110001 |
Color Harmonies of #58A092
Complementary color
Monochromatic Colors of #58A092
Black with #58A092
Text Example
Text Example
White with #58A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A092; }
p { color: rgb(88,160,146); }
H1.HeaderClassName
{
color: #58A092;
}
.AnyTagClassName
{
color: #58A092;
}
</style>
background-color css
<style>
a { background-color: #58A092; }
a { background-color: rgb(88,160,146); }
div.DivClassName
{
background-color: #58A092;
}
.BgClassName
{
background-color: #58A092;
}
</style>
border-color css
<style>
span { border-color: #58A092; }
span { border-color: rgb(88,160,146); }
td.TdClassName
{
border-color: #58A092;
}
.TagClassName
{
border-color: #58A092;
}
</style>