Shades of Cadet Blue #58A59A
Tints of Cadet Blue #58A59A
RGB
CMYK
RGB Variations
Color information
#58A59A (or 0x58A59A) is known color: Cadet Blue. HEX triplet: 58, A5 and 9A. RGB value is (88,165,154). Sum of RGB (Red+Green+Blue) = 88+165+154=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #58A59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A59A is #A75A65. Grayscale: #8C8C8C. Windows color (decimal): -10967654 or 10134872. OLE color: 10134872.
HSL color Cylindrical-coordinate representation of color #58A59A: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A59A is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 165 | 154 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.35 |
| HSL | 171.43º | 0.3% | 0.5% | - |
| HSV(B) | 171.43º | 0.47% | 0.65% | - |
| XYZ | 23.31 | 31.32 | 35.39 | - |
| YUV | 140.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 154 | 0.47 | 0 | 0.07 | 0.35 | 171.43 | 0.3 | 0.5 |
| Hex | 58 | A5 | 9A | 2F | 0 | 7 | 23 | AB | 1E | 32 |
| Octal | 130 | 245 | 232 | 57 | 0 | 7 | 43 | 253 | 36 | 62 |
| Binary | 1011000 | 10100101 | 10011010 | 101111 | 0 | 111 | 100011 | 10101011 | 11110 | 110010 |
Color Harmonies of #58A59A
Complementary color
Monochromatic Colors of #58A59A
Black with #58A59A
Text Example
Text Example
White with #58A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A59A; }
p { color: rgb(88,165,154); }
H1.HeaderClassName
{
color: #58A59A;
}
.AnyTagClassName
{
color: #58A59A;
}
</style>
background-color css
<style>
a { background-color: #58A59A; }
a { background-color: rgb(88,165,154); }
div.DivClassName
{
background-color: #58A59A;
}
.BgClassName
{
background-color: #58A59A;
}
</style>
border-color css
<style>
span { border-color: #58A59A; }
span { border-color: rgb(88,165,154); }
td.TdClassName
{
border-color: #58A59A;
}
.TagClassName
{
border-color: #58A59A;
}
</style>