Shades of Cadet Blue #519BA0
Tints of Cadet Blue #519BA0
RGB
CMYK
RGB Variations
Color information
#519BA0 (or 0x519BA0) is known color: Cadet Blue. HEX triplet: 51, 9B and A0. RGB value is (81,155,160). Sum of RGB (Red+Green+Blue) = 81+155+160=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #519BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BA0 is #AE645F. Grayscale: #858585. Windows color (decimal): -11428960 or 10525521. OLE color: 10525521.
HSL color Cylindrical-coordinate representation of color #519BA0: hue angle of 183.8º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #519BA0 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 155 | 160 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.37 |
| HSL | 183.8º | 0.33% | 0.47% | - |
| HSV(B) | 183.8º | 0.49% | 0.63% | - |
| XYZ | 21.46 | 27.73 | 37.48 | - |
| YUV | 133.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 160 | 0.49 | 0.03 | 0 | 0.37 | 183.8 | 0.33 | 0.47 |
| Hex | 51 | 9B | A0 | 31 | 3 | 0 | 25 | B8 | 21 | 2F |
| Octal | 121 | 233 | 240 | 61 | 3 | 0 | 45 | 270 | 41 | 57 |
| Binary | 1010001 | 10011011 | 10100000 | 110001 | 11 | 0 | 100101 | 10111000 | 100001 | 101111 |
Color Harmonies of #519BA0
Complementary color
Monochromatic Colors of #519BA0
Black with #519BA0
Text Example
Text Example
White with #519BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BA0; }
p { color: rgb(81,155,160); }
H1.HeaderClassName
{
color: #519BA0;
}
.AnyTagClassName
{
color: #519BA0;
}
</style>
background-color css
<style>
a { background-color: #519BA0; }
a { background-color: rgb(81,155,160); }
div.DivClassName
{
background-color: #519BA0;
}
.BgClassName
{
background-color: #519BA0;
}
</style>
border-color css
<style>
span { border-color: #519BA0; }
span { border-color: rgb(81,155,160); }
td.TdClassName
{
border-color: #519BA0;
}
.TagClassName
{
border-color: #519BA0;
}
</style>