Shades of Cadet Blue #509DA4
Tints of Cadet Blue #509DA4
RGB
CMYK
RGB Variations
Color information
#509DA4 (or 0x509DA4) is known color: Cadet Blue. HEX triplet: 50, 9D and A4. RGB value is (80,157,164). Sum of RGB (Red+Green+Blue) = 80+157+164=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #509DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509DA4 is #AF625B. Grayscale: #868686. Windows color (decimal): -11493980 or 10788176. OLE color: 10788176.
HSL color Cylindrical-coordinate representation of color #509DA4: hue angle of 185º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #509DA4 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 157 | 164 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.36 |
| HSL | 185º | 0.34% | 0.48% | - |
| HSV(B) | 185º | 0.51% | 0.64% | - |
| XYZ | 22.07 | 28.5 | 39.46 | - |
| YUV | 134.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 164 | 0.51 | 0.04 | 0 | 0.36 | 185 | 0.34 | 0.48 |
| Hex | 50 | 9D | A4 | 33 | 4 | 0 | 24 | B9 | 22 | 30 |
| Octal | 120 | 235 | 244 | 63 | 4 | 0 | 44 | 271 | 42 | 60 |
| Binary | 1010000 | 10011101 | 10100100 | 110011 | 100 | 0 | 100100 | 10111001 | 100010 | 110000 |
Color Harmonies of #509DA4
Complementary color
Monochromatic Colors of #509DA4
Black with #509DA4
Text Example
Text Example
White with #509DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DA4; }
p { color: rgb(80,157,164); }
H1.HeaderClassName
{
color: #509DA4;
}
.AnyTagClassName
{
color: #509DA4;
}
</style>
background-color css
<style>
a { background-color: #509DA4; }
a { background-color: rgb(80,157,164); }
div.DivClassName
{
background-color: #509DA4;
}
.BgClassName
{
background-color: #509DA4;
}
</style>
border-color css
<style>
span { border-color: #509DA4; }
span { border-color: rgb(80,157,164); }
td.TdClassName
{
border-color: #509DA4;
}
.TagClassName
{
border-color: #509DA4;
}
</style>