Shades of Cadet Blue #5A979A
Tints of Cadet Blue #5A979A
RGB
CMYK
RGB Variations
Color information
#5A979A (or 0x5A979A) is known color: Cadet Blue. HEX triplet: 5A, 97 and 9A. RGB value is (90,151,154). Sum of RGB (Red+Green+Blue) = 90+151+154=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A979A is #A56865. Grayscale: #858585. Windows color (decimal): -10840166 or 10131290. OLE color: 10131290.
HSL color Cylindrical-coordinate representation of color #5A979A: hue angle of 182.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A979A is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 151 | 154 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.40 |
| HSL | 182.81º | 0.26% | 0.48% | - |
| HSV(B) | 182.81º | 0.42% | 0.6% | - |
| XYZ | 21.12 | 26.64 | 34.6 | - |
| YUV | 133.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 154 | 0.42 | 0.02 | 0 | 0.40 | 182.81 | 0.26 | 0.48 |
| Hex | 5A | 97 | 9A | 2A | 2 | 0 | 28 | B7 | 1A | 30 |
| Octal | 132 | 227 | 232 | 52 | 2 | 0 | 50 | 267 | 32 | 60 |
| Binary | 1011010 | 10010111 | 10011010 | 101010 | 10 | 0 | 101000 | 10110111 | 11010 | 110000 |
Color Harmonies of #5A979A
Complementary color
Monochromatic Colors of #5A979A
Black with #5A979A
Text Example
Text Example
White with #5A979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A979A; }
p { color: rgb(90,151,154); }
H1.HeaderClassName
{
color: #5A979A;
}
.AnyTagClassName
{
color: #5A979A;
}
</style>
background-color css
<style>
a { background-color: #5A979A; }
a { background-color: rgb(90,151,154); }
div.DivClassName
{
background-color: #5A979A;
}
.BgClassName
{
background-color: #5A979A;
}
</style>
border-color css
<style>
span { border-color: #5A979A; }
span { border-color: rgb(90,151,154); }
td.TdClassName
{
border-color: #5A979A;
}
.TagClassName
{
border-color: #5A979A;
}
</style>