Shades of Cadet Blue #58999D
Tints of Cadet Blue #58999D
RGB
CMYK
RGB Variations
Color information
#58999D (or 0x58999D) is known color: Cadet Blue. HEX triplet: 58, 99 and 9D. RGB value is (88,153,157). Sum of RGB (Red+Green+Blue) = 88+153+157=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #58999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58999D is #A76662. Grayscale: #858585. Windows color (decimal): -10970723 or 10328408. OLE color: 10328408.
HSL color Cylindrical-coordinate representation of color #58999D: hue angle of 183.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58999D is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 153 | 157 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.38 |
| HSL | 183.48º | 0.28% | 0.48% | - |
| HSV(B) | 183.48º | 0.44% | 0.62% | - |
| XYZ | 21.5 | 27.29 | 36.03 | - |
| YUV | 134.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 157 | 0.44 | 0.03 | 0 | 0.38 | 183.48 | 0.28 | 0.48 |
| Hex | 58 | 99 | 9D | 2C | 3 | 0 | 26 | B7 | 1C | 30 |
| Octal | 130 | 231 | 235 | 54 | 3 | 0 | 46 | 267 | 34 | 60 |
| Binary | 1011000 | 10011001 | 10011101 | 101100 | 11 | 0 | 100110 | 10110111 | 11100 | 110000 |
Color Harmonies of #58999D
Complementary color
Monochromatic Colors of #58999D
Black with #58999D
Text Example
Text Example
White with #58999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58999D; }
p { color: rgb(88,153,157); }
H1.HeaderClassName
{
color: #58999D;
}
.AnyTagClassName
{
color: #58999D;
}
</style>
background-color css
<style>
a { background-color: #58999D; }
a { background-color: rgb(88,153,157); }
div.DivClassName
{
background-color: #58999D;
}
.BgClassName
{
background-color: #58999D;
}
</style>
border-color css
<style>
span { border-color: #58999D; }
span { border-color: rgb(88,153,157); }
td.TdClassName
{
border-color: #58999D;
}
.TagClassName
{
border-color: #58999D;
}
</style>