Shades of Cadet Blue #519CAB
Tints of Cadet Blue #519CAB
RGB
CMYK
RGB Variations
Color information
#519CAB (or 0x519CAB) is known color: Cadet Blue. HEX triplet: 51, 9C and AB. RGB value is (81,156,171). Sum of RGB (Red+Green+Blue) = 81+156+171=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #519CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519CAB is #AE6354. Grayscale: #878787. Windows color (decimal): -11428693 or 11246673. OLE color: 11246673.
HSL color Cylindrical-coordinate representation of color #519CAB: hue angle of 190º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519CAB is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 156 | 171 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.33 |
| HSL | 190º | 0.36% | 0.49% | - |
| HSV(B) | 190º | 0.53% | 0.67% | - |
| XYZ | 22.63 | 28.47 | 42.83 | - |
| YUV | 135.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 171 | 0.53 | 0.09 | 0 | 0.33 | 190 | 0.36 | 0.49 |
| Hex | 51 | 9C | AB | 35 | 9 | 0 | 21 | BE | 24 | 31 |
| Octal | 121 | 234 | 253 | 65 | 11 | 0 | 41 | 276 | 44 | 61 |
| Binary | 1010001 | 10011100 | 10101011 | 110101 | 1001 | 0 | 100001 | 10111110 | 100100 | 110001 |
Color Harmonies of #519CAB
Complementary color
Monochromatic Colors of #519CAB
Black with #519CAB
Text Example
Text Example
White with #519CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CAB; }
p { color: rgb(81,156,171); }
H1.HeaderClassName
{
color: #519CAB;
}
.AnyTagClassName
{
color: #519CAB;
}
</style>
background-color css
<style>
a { background-color: #519CAB; }
a { background-color: rgb(81,156,171); }
div.DivClassName
{
background-color: #519CAB;
}
.BgClassName
{
background-color: #519CAB;
}
</style>
border-color css
<style>
span { border-color: #519CAB; }
span { border-color: rgb(81,156,171); }
td.TdClassName
{
border-color: #519CAB;
}
.TagClassName
{
border-color: #519CAB;
}
</style>