Shades of Cadet Blue #519B9D
Tints of Cadet Blue #519B9D
RGB
CMYK
RGB Variations
Color information
#519B9D (or 0x519B9D) is known color: Cadet Blue. HEX triplet: 51, 9B and 9D. RGB value is (81,155,157). Sum of RGB (Red+Green+Blue) = 81+155+157=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #519B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B9D is #AE6462. Grayscale: #858585. Windows color (decimal): -11428963 or 10328913. OLE color: 10328913.
HSL color Cylindrical-coordinate representation of color #519B9D: hue angle of 181.58º 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 #519B9D is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 155 | 157 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.38 |
| HSL | 181.58º | 0.32% | 0.47% | - |
| HSV(B) | 181.58º | 0.48% | 0.62% | - |
| XYZ | 21.2 | 27.63 | 36.11 | - |
| YUV | 133.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 157 | 0.48 | 0.01 | 0 | 0.38 | 181.58 | 0.32 | 0.47 |
| Hex | 51 | 9B | 9D | 30 | 1 | 0 | 26 | B6 | 20 | 2F |
| Octal | 121 | 233 | 235 | 60 | 1 | 0 | 46 | 266 | 40 | 57 |
| Binary | 1010001 | 10011011 | 10011101 | 110000 | 1 | 0 | 100110 | 10110110 | 100000 | 101111 |
Color Harmonies of #519B9D
Complementary color
Monochromatic Colors of #519B9D
Black with #519B9D
Text Example
Text Example
White with #519B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B9D; }
p { color: rgb(81,155,157); }
H1.HeaderClassName
{
color: #519B9D;
}
.AnyTagClassName
{
color: #519B9D;
}
</style>
background-color css
<style>
a { background-color: #519B9D; }
a { background-color: rgb(81,155,157); }
div.DivClassName
{
background-color: #519B9D;
}
.BgClassName
{
background-color: #519B9D;
}
</style>
border-color css
<style>
span { border-color: #519B9D; }
span { border-color: rgb(81,155,157); }
td.TdClassName
{
border-color: #519B9D;
}
.TagClassName
{
border-color: #519B9D;
}
</style>