Shades of Cadet Blue #58989A
Tints of Cadet Blue #58989A
RGB
CMYK
RGB Variations
Color information
#58989A (or 0x58989A) is known color: Cadet Blue. HEX triplet: 58, 98 and 9A. RGB value is (88,152,154). Sum of RGB (Red+Green+Blue) = 88+152+154=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #58989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58989A is #A76765. Grayscale: #858585. Windows color (decimal): -10970982 or 10131544. OLE color: 10131544.
HSL color Cylindrical-coordinate representation of color #58989A: hue angle of 181.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58989A is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 154 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.40 |
| HSL | 181.82º | 0.27% | 0.47% | - |
| HSV(B) | 181.82º | 0.43% | 0.6% | - |
| XYZ | 21.09 | 26.86 | 34.65 | - |
| YUV | 133.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 154 | 0.43 | 0.01 | 0 | 0.40 | 181.82 | 0.27 | 0.47 |
| Hex | 58 | 98 | 9A | 2B | 1 | 0 | 28 | B6 | 1B | 2F |
| Octal | 130 | 230 | 232 | 53 | 1 | 0 | 50 | 266 | 33 | 57 |
| Binary | 1011000 | 10011000 | 10011010 | 101011 | 1 | 0 | 101000 | 10110110 | 11011 | 101111 |
Color Harmonies of #58989A
Complementary color
Monochromatic Colors of #58989A
Black with #58989A
Text Example
Text Example
White with #58989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58989A; }
p { color: rgb(88,152,154); }
H1.HeaderClassName
{
color: #58989A;
}
.AnyTagClassName
{
color: #58989A;
}
</style>
background-color css
<style>
a { background-color: #58989A; }
a { background-color: rgb(88,152,154); }
div.DivClassName
{
background-color: #58989A;
}
.BgClassName
{
background-color: #58989A;
}
</style>
border-color css
<style>
span { border-color: #58989A; }
span { border-color: rgb(88,152,154); }
td.TdClassName
{
border-color: #58989A;
}
.TagClassName
{
border-color: #58989A;
}
</style>