Shades of Cadet Blue #58A6AB
Tints of Cadet Blue #58A6AB
RGB
CMYK
RGB Variations
Color information
#58A6AB (or 0x58A6AB) is known color: Cadet Blue. HEX triplet: 58, A6 and AB. RGB value is (88,166,171). Sum of RGB (Red+Green+Blue) = 88+166+171=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #58A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A6AB is #A75954. Grayscale: #8F8F8F. Windows color (decimal): -10967381 or 11249240. OLE color: 11249240.
HSL color Cylindrical-coordinate representation of color #58A6AB: hue angle of 183.61º degrees, saturation: 0.33, 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 #58A6AB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 166 | 171 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.33 |
| HSL | 183.61º | 0.33% | 0.51% | - |
| HSV(B) | 183.61º | 0.49% | 0.67% | - |
| XYZ | 25.01 | 32.29 | 43.44 | - |
| YUV | 143.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 171 | 0.49 | 0.03 | 0 | 0.33 | 183.61 | 0.33 | 0.51 |
| Hex | 58 | A6 | AB | 31 | 3 | 0 | 21 | B8 | 21 | 33 |
| Octal | 130 | 246 | 253 | 61 | 3 | 0 | 41 | 270 | 41 | 63 |
| Binary | 1011000 | 10100110 | 10101011 | 110001 | 11 | 0 | 100001 | 10111000 | 100001 | 110011 |
Color Harmonies of #58A6AB
Complementary color
Monochromatic Colors of #58A6AB
Black with #58A6AB
Text Example
Text Example
White with #58A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A6AB; }
p { color: rgb(88,166,171); }
H1.HeaderClassName
{
color: #58A6AB;
}
.AnyTagClassName
{
color: #58A6AB;
}
</style>
background-color css
<style>
a { background-color: #58A6AB; }
a { background-color: rgb(88,166,171); }
div.DivClassName
{
background-color: #58A6AB;
}
.BgClassName
{
background-color: #58A6AB;
}
</style>
border-color css
<style>
span { border-color: #58A6AB; }
span { border-color: rgb(88,166,171); }
td.TdClassName
{
border-color: #58A6AB;
}
.TagClassName
{
border-color: #58A6AB;
}
</style>