Shades of Cadet Blue #58A1A4
Tints of Cadet Blue #58A1A4
RGB
CMYK
RGB Variations
Color information
#58A1A4 (or 0x58A1A4) is known color: Cadet Blue. HEX triplet: 58, A1 and A4. RGB value is (88,161,164). Sum of RGB (Red+Green+Blue) = 88+161+164=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #58A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A1A4 is #A75E5B. Grayscale: #8B8B8B. Windows color (decimal): -10968668 or 10789208. OLE color: 10789208.
HSL color Cylindrical-coordinate representation of color #58A1A4: hue angle of 182.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A1A4 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 161 | 164 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.36 |
| HSL | 182.37º | 0.3% | 0.49% | - |
| HSV(B) | 182.37º | 0.46% | 0.64% | - |
| XYZ | 23.47 | 30.24 | 39.72 | - |
| YUV | 139.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 161 | 164 | 0.46 | 0.02 | 0 | 0.36 | 182.37 | 0.3 | 0.49 |
| Hex | 58 | A1 | A4 | 2E | 2 | 0 | 24 | B6 | 1E | 31 |
| Octal | 130 | 241 | 244 | 56 | 2 | 0 | 44 | 266 | 36 | 61 |
| Binary | 1011000 | 10100001 | 10100100 | 101110 | 10 | 0 | 100100 | 10110110 | 11110 | 110001 |
Color Harmonies of #58A1A4
Complementary color
Monochromatic Colors of #58A1A4
Black with #58A1A4
Text Example
Text Example
White with #58A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A1A4; }
p { color: rgb(88,161,164); }
H1.HeaderClassName
{
color: #58A1A4;
}
.AnyTagClassName
{
color: #58A1A4;
}
</style>
background-color css
<style>
a { background-color: #58A1A4; }
a { background-color: rgb(88,161,164); }
div.DivClassName
{
background-color: #58A1A4;
}
.BgClassName
{
background-color: #58A1A4;
}
</style>
border-color css
<style>
span { border-color: #58A1A4; }
span { border-color: rgb(88,161,164); }
td.TdClassName
{
border-color: #58A1A4;
}
.TagClassName
{
border-color: #58A1A4;
}
</style>