Shades of Cadet Blue #58A5AC
Tints of Cadet Blue #58A5AC
RGB
CMYK
RGB Variations
Color information
#58A5AC (or 0x58A5AC) is known color: Cadet Blue. HEX triplet: 58, A5 and AC. RGB value is (88,165,172). Sum of RGB (Red+Green+Blue) = 88+165+172=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #58A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A5AC is #A75A53. Grayscale: #8E8E8E. Windows color (decimal): -10967636 or 11314520. OLE color: 11314520.
HSL color Cylindrical-coordinate representation of color #58A5AC: hue angle of 185º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58A5AC is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 165 | 172 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.33 |
| HSL | 185º | 0.34% | 0.51% | - |
| HSV(B) | 185º | 0.49% | 0.67% | - |
| XYZ | 24.93 | 31.96 | 43.89 | - |
| YUV | 142.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 172 | 0.49 | 0.04 | 0 | 0.33 | 185 | 0.34 | 0.51 |
| Hex | 58 | A5 | AC | 31 | 4 | 0 | 21 | B9 | 22 | 33 |
| Octal | 130 | 245 | 254 | 61 | 4 | 0 | 41 | 271 | 42 | 63 |
| Binary | 1011000 | 10100101 | 10101100 | 110001 | 100 | 0 | 100001 | 10111001 | 100010 | 110011 |
Color Harmonies of #58A5AC
Complementary color
Monochromatic Colors of #58A5AC
Black with #58A5AC
Text Example
Text Example
White with #58A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A5AC; }
p { color: rgb(88,165,172); }
H1.HeaderClassName
{
color: #58A5AC;
}
.AnyTagClassName
{
color: #58A5AC;
}
</style>
background-color css
<style>
a { background-color: #58A5AC; }
a { background-color: rgb(88,165,172); }
div.DivClassName
{
background-color: #58A5AC;
}
.BgClassName
{
background-color: #58A5AC;
}
</style>
border-color css
<style>
span { border-color: #58A5AC; }
span { border-color: rgb(88,165,172); }
td.TdClassName
{
border-color: #58A5AC;
}
.TagClassName
{
border-color: #58A5AC;
}
</style>