Shades of Cadet Blue #519CAA
Tints of Cadet Blue #519CAA
RGB
CMYK
RGB Variations
Color information
#519CAA (or 0x519CAA) is known color: Cadet Blue. HEX triplet: 51, 9C and AA. RGB value is (81,156,170). Sum of RGB (Red+Green+Blue) = 81+156+170=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #519CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519CAA is #AE6355. Grayscale: #878787. Windows color (decimal): -11428694 or 11181137. OLE color: 11181137.
HSL color Cylindrical-coordinate representation of color #519CAA: hue angle of 189.44º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #519CAA is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 156 | 170 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.33 |
| HSL | 189.44º | 0.35% | 0.49% | - |
| HSV(B) | 189.44º | 0.52% | 0.67% | - |
| XYZ | 22.54 | 28.43 | 42.33 | - |
| YUV | 135.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 170 | 0.52 | 0.08 | 0 | 0.33 | 189.44 | 0.35 | 0.49 |
| Hex | 51 | 9C | AA | 34 | 8 | 0 | 21 | BD | 23 | 31 |
| Octal | 121 | 234 | 252 | 64 | 10 | 0 | 41 | 275 | 43 | 61 |
| Binary | 1010001 | 10011100 | 10101010 | 110100 | 1000 | 0 | 100001 | 10111101 | 100011 | 110001 |
Color Harmonies of #519CAA
Complementary color
Monochromatic Colors of #519CAA
Black with #519CAA
Text Example
Text Example
White with #519CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CAA; }
p { color: rgb(81,156,170); }
H1.HeaderClassName
{
color: #519CAA;
}
.AnyTagClassName
{
color: #519CAA;
}
</style>
background-color css
<style>
a { background-color: #519CAA; }
a { background-color: rgb(81,156,170); }
div.DivClassName
{
background-color: #519CAA;
}
.BgClassName
{
background-color: #519CAA;
}
</style>
border-color css
<style>
span { border-color: #519CAA; }
span { border-color: rgb(81,156,170); }
td.TdClassName
{
border-color: #519CAA;
}
.TagClassName
{
border-color: #519CAA;
}
</style>