Shades of Cadet Blue #519D9C
Tints of Cadet Blue #519D9C
RGB
CMYK
RGB Variations
Color information
#519D9C (or 0x519D9C) is known color: Cadet Blue. HEX triplet: 51, 9D and 9C. RGB value is (81,157,156). Sum of RGB (Red+Green+Blue) = 81+157+156=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #519D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D9C is #AE6263. Grayscale: #868686. Windows color (decimal): -11428452 or 10263889. OLE color: 10263889.
HSL color Cylindrical-coordinate representation of color #519D9C: hue angle of 179.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D9C is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 156 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.38 |
| HSL | 179.21º | 0.32% | 0.47% | - |
| HSV(B) | 179.21º | 0.48% | 0.62% | - |
| XYZ | 21.45 | 28.26 | 35.78 | - |
| YUV | 134.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 156 | 0.48 | 0 | 0.01 | 0.38 | 179.21 | 0.32 | 0.47 |
| Hex | 51 | 9D | 9C | 30 | 0 | 1 | 26 | B3 | 20 | 2F |
| Octal | 121 | 235 | 234 | 60 | 0 | 1 | 46 | 263 | 40 | 57 |
| Binary | 1010001 | 10011101 | 10011100 | 110000 | 0 | 1 | 100110 | 10110011 | 100000 | 101111 |
Color Harmonies of #519D9C
Complementary color
Monochromatic Colors of #519D9C
Black with #519D9C
Text Example
Text Example
White with #519D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D9C; }
p { color: rgb(81,157,156); }
H1.HeaderClassName
{
color: #519D9C;
}
.AnyTagClassName
{
color: #519D9C;
}
</style>
background-color css
<style>
a { background-color: #519D9C; }
a { background-color: rgb(81,157,156); }
div.DivClassName
{
background-color: #519D9C;
}
.BgClassName
{
background-color: #519D9C;
}
</style>
border-color css
<style>
span { border-color: #519D9C; }
span { border-color: rgb(81,157,156); }
td.TdClassName
{
border-color: #519D9C;
}
.TagClassName
{
border-color: #519D9C;
}
</style>