Shades of Cadet Blue #519D9D
Tints of Cadet Blue #519D9D
RGB
CMYK
RGB Variations
Color information
#519D9D (or 0x519D9D) is known color: Cadet Blue. HEX triplet: 51, 9D and 9D. RGB value is (81,157,157). Sum of RGB (Red+Green+Blue) = 81+157+157=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #519D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D9D is #AE6262. Grayscale: #868686. Windows color (decimal): -11428451 or 10329425. OLE color: 10329425.
HSL color Cylindrical-coordinate representation of color #519D9D: hue angle of 180º 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 #519D9D is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 157 | - |
| CMYK | 0.48 | 0 | 0 | 0.38 |
| HSL | 180º | 0.32% | 0.47% | - |
| HSV(B) | 180º | 0.48% | 0.62% | - |
| XYZ | 21.54 | 28.3 | 36.23 | - |
| YUV | 134.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 157 | 0.48 | 0 | 0 | 0.38 | 180 | 0.32 | 0.47 |
| Hex | 51 | 9D | 9D | 30 | 0 | 0 | 26 | B4 | 20 | 2F |
| Octal | 121 | 235 | 235 | 60 | 0 | 0 | 46 | 264 | 40 | 57 |
| Binary | 1010001 | 10011101 | 10011101 | 110000 | 0 | 0 | 100110 | 10110100 | 100000 | 101111 |
Color Harmonies of #519D9D
Complementary color
Monochromatic Colors of #519D9D
Black with #519D9D
Text Example
Text Example
White with #519D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D9D; }
p { color: rgb(81,157,157); }
H1.HeaderClassName
{
color: #519D9D;
}
.AnyTagClassName
{
color: #519D9D;
}
</style>
background-color css
<style>
a { background-color: #519D9D; }
a { background-color: rgb(81,157,157); }
div.DivClassName
{
background-color: #519D9D;
}
.BgClassName
{
background-color: #519D9D;
}
</style>
border-color css
<style>
span { border-color: #519D9D; }
span { border-color: rgb(81,157,157); }
td.TdClassName
{
border-color: #519D9D;
}
.TagClassName
{
border-color: #519D9D;
}
</style>