Shades of Cadet Blue #589998
Tints of Cadet Blue #589998
RGB
CMYK
RGB Variations
Color information
#589998 (or 0x589998) is known color: Cadet Blue. HEX triplet: 58, 99 and 98. RGB value is (88,153,152). Sum of RGB (Red+Green+Blue) = 88+153+152=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #589998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589998 is #A76667. Grayscale: #858585. Windows color (decimal): -10970728 or 10000728. OLE color: 10000728.
HSL color Cylindrical-coordinate representation of color #589998: hue angle of 179.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589998 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 152 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.4 |
| HSL | 179.08º | 0.27% | 0.47% | - |
| HSV(B) | 179.08º | 0.42% | 0.6% | - |
| XYZ | 21.08 | 27.12 | 33.83 | - |
| YUV | 133.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 152 | 0.42 | 0 | 0.01 | 0.4 | 179.08 | 0.27 | 0.47 |
| Hex | 58 | 99 | 98 | 2A | 0 | 1 | 28 | B3 | 1B | 2F |
| Octal | 130 | 231 | 230 | 52 | 0 | 1 | 50 | 263 | 33 | 57 |
| Binary | 1011000 | 10011001 | 10011000 | 101010 | 0 | 1 | 101000 | 10110011 | 11011 | 101111 |
Color Harmonies of #589998
Complementary color
Monochromatic Colors of #589998
Black with #589998
Text Example
Text Example
White with #589998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589998; }
p { color: rgb(88,153,152); }
H1.HeaderClassName
{
color: #589998;
}
.AnyTagClassName
{
color: #589998;
}
</style>
background-color css
<style>
a { background-color: #589998; }
a { background-color: rgb(88,153,152); }
div.DivClassName
{
background-color: #589998;
}
.BgClassName
{
background-color: #589998;
}
</style>
border-color css
<style>
span { border-color: #589998; }
span { border-color: rgb(88,153,152); }
td.TdClassName
{
border-color: #589998;
}
.TagClassName
{
border-color: #589998;
}
</style>