Shades of Cadet Blue #519CA4
Tints of Cadet Blue #519CA4
RGB
CMYK
RGB Variations
Color information
#519CA4 (or 0x519CA4) is known color: Cadet Blue. HEX triplet: 51, 9C and A4. RGB value is (81,156,164). Sum of RGB (Red+Green+Blue) = 81+156+164=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #519CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519CA4 is #AE635B. Grayscale: #868686. Windows color (decimal): -11428700 or 10787921. OLE color: 10787921.
HSL color Cylindrical-coordinate representation of color #519CA4: hue angle of 185.78º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519CA4 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 156 | 164 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.36 |
| HSL | 185.78º | 0.34% | 0.48% | - |
| HSV(B) | 185.78º | 0.51% | 0.64% | - |
| XYZ | 21.98 | 28.21 | 39.41 | - |
| YUV | 134.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 164 | 0.51 | 0.05 | 0 | 0.36 | 185.78 | 0.34 | 0.48 |
| Hex | 51 | 9C | A4 | 33 | 5 | 0 | 24 | BA | 22 | 30 |
| Octal | 121 | 234 | 244 | 63 | 5 | 0 | 44 | 272 | 42 | 60 |
| Binary | 1010001 | 10011100 | 10100100 | 110011 | 101 | 0 | 100100 | 10111010 | 100010 | 110000 |
Color Harmonies of #519CA4
Complementary color
Monochromatic Colors of #519CA4
Black with #519CA4
Text Example
Text Example
White with #519CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CA4; }
p { color: rgb(81,156,164); }
H1.HeaderClassName
{
color: #519CA4;
}
.AnyTagClassName
{
color: #519CA4;
}
</style>
background-color css
<style>
a { background-color: #519CA4; }
a { background-color: rgb(81,156,164); }
div.DivClassName
{
background-color: #519CA4;
}
.BgClassName
{
background-color: #519CA4;
}
</style>
border-color css
<style>
span { border-color: #519CA4; }
span { border-color: rgb(81,156,164); }
td.TdClassName
{
border-color: #519CA4;
}
.TagClassName
{
border-color: #519CA4;
}
</style>