Shades of Cadet Blue #509CA4
Tints of Cadet Blue #509CA4
RGB
CMYK
RGB Variations
Color information
#509CA4 (or 0x509CA4) is known color: Cadet Blue. HEX triplet: 50, 9C and A4. RGB value is (80,156,164). Sum of RGB (Red+Green+Blue) = 80+156+164=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #509CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509CA4 is #AF635B. Grayscale: #868686. Windows color (decimal): -11494236 or 10787920. OLE color: 10787920.
HSL color Cylindrical-coordinate representation of color #509CA4: hue angle of 185.71º 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 #509CA4 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 156 | 164 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.36 |
| HSL | 185.71º | 0.34% | 0.48% | - |
| HSV(B) | 185.71º | 0.51% | 0.64% | - |
| XYZ | 21.9 | 28.16 | 39.4 | - |
| YUV | 134.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 164 | 0.51 | 0.05 | 0 | 0.36 | 185.71 | 0.34 | 0.48 |
| Hex | 50 | 9C | A4 | 33 | 5 | 0 | 24 | BA | 22 | 30 |
| Octal | 120 | 234 | 244 | 63 | 5 | 0 | 44 | 272 | 42 | 60 |
| Binary | 1010000 | 10011100 | 10100100 | 110011 | 101 | 0 | 100100 | 10111010 | 100010 | 110000 |
Color Harmonies of #509CA4
Complementary color
Monochromatic Colors of #509CA4
Black with #509CA4
Text Example
Text Example
White with #509CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CA4; }
p { color: rgb(80,156,164); }
H1.HeaderClassName
{
color: #509CA4;
}
.AnyTagClassName
{
color: #509CA4;
}
</style>
background-color css
<style>
a { background-color: #509CA4; }
a { background-color: rgb(80,156,164); }
div.DivClassName
{
background-color: #509CA4;
}
.BgClassName
{
background-color: #509CA4;
}
</style>
border-color css
<style>
span { border-color: #509CA4; }
span { border-color: rgb(80,156,164); }
td.TdClassName
{
border-color: #509CA4;
}
.TagClassName
{
border-color: #509CA4;
}
</style>