Shades of Cadet Blue #58A1AE
Tints of Cadet Blue #58A1AE
RGB
CMYK
RGB Variations
Color information
#58A1AE (or 0x58A1AE) is known color: Cadet Blue. HEX triplet: 58, A1 and AE. RGB value is (88,161,174). Sum of RGB (Red+Green+Blue) = 88+161+174=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #58A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A1AE is #A75E51. Grayscale: #8C8C8C. Windows color (decimal): -10968658 or 11444568. OLE color: 11444568.
HSL color Cylindrical-coordinate representation of color #58A1AE: hue angle of 189.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58A1AE is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 161 | 174 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.32 |
| HSL | 189.07º | 0.35% | 0.51% | - |
| HSV(B) | 189.07º | 0.49% | 0.68% | - |
| XYZ | 24.41 | 30.62 | 44.67 | - |
| YUV | 140.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 174 | 0.49 | 0.07 | 0 | 0.32 | 189.07 | 0.35 | 0.51 |
| Hex | 58 | A1 | AE | 31 | 7 | 0 | 20 | BD | 23 | 33 |
| Octal | 130 | 241 | 256 | 61 | 7 | 0 | 40 | 275 | 43 | 63 |
| Binary | 1011000 | 10100001 | 10101110 | 110001 | 111 | 0 | 100000 | 10111101 | 100011 | 110011 |
Color Harmonies of #58A1AE
Complementary color
Monochromatic Colors of #58A1AE
Black with #58A1AE
Text Example
Text Example
White with #58A1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1AE; }
p { color: rgb(88,161,174); }
H1.HeaderClassName
{
color: #58A1AE;
}
.AnyTagClassName
{
color: #58A1AE;
}
</style>
background-color css
<style>
a { background-color: #58A1AE; }
a { background-color: rgb(88,161,174); }
div.DivClassName
{
background-color: #58A1AE;
}
.BgClassName
{
background-color: #58A1AE;
}
</style>
border-color css
<style>
span { border-color: #58A1AE; }
span { border-color: rgb(88,161,174); }
td.TdClassName
{
border-color: #58A1AE;
}
.TagClassName
{
border-color: #58A1AE;
}
</style>