Shades of Cadet Blue #509DAB
Tints of Cadet Blue #509DAB
RGB
CMYK
RGB Variations
Color information
#509DAB (or 0x509DAB) is known color: Cadet Blue. HEX triplet: 50, 9D and AB. RGB value is (80,157,171). Sum of RGB (Red+Green+Blue) = 80+157+171=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #509DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DAB is #AF6254. Grayscale: #878787. Windows color (decimal): -11493973 or 11246928. OLE color: 11246928.
HSL color Cylindrical-coordinate representation of color #509DAB: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509DAB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 157 | 171 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.33 |
| HSL | 189.23º | 0.36% | 0.49% | - |
| HSV(B) | 189.23º | 0.53% | 0.67% | - |
| XYZ | 22.72 | 28.76 | 42.88 | - |
| YUV | 135.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 171 | 0.53 | 0.08 | 0 | 0.33 | 189.23 | 0.36 | 0.49 |
| Hex | 50 | 9D | AB | 35 | 8 | 0 | 21 | BD | 24 | 31 |
| Octal | 120 | 235 | 253 | 65 | 10 | 0 | 41 | 275 | 44 | 61 |
| Binary | 1010000 | 10011101 | 10101011 | 110101 | 1000 | 0 | 100001 | 10111101 | 100100 | 110001 |
Color Harmonies of #509DAB
Complementary color
Monochromatic Colors of #509DAB
Black with #509DAB
Text Example
Text Example
White with #509DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DAB; }
p { color: rgb(80,157,171); }
H1.HeaderClassName
{
color: #509DAB;
}
.AnyTagClassName
{
color: #509DAB;
}
</style>
background-color css
<style>
a { background-color: #509DAB; }
a { background-color: rgb(80,157,171); }
div.DivClassName
{
background-color: #509DAB;
}
.BgClassName
{
background-color: #509DAB;
}
</style>
border-color css
<style>
span { border-color: #509DAB; }
span { border-color: rgb(80,157,171); }
td.TdClassName
{
border-color: #509DAB;
}
.TagClassName
{
border-color: #509DAB;
}
</style>