Shades of Cadet Blue #509BA4
Tints of Cadet Blue #509BA4
RGB
CMYK
RGB Variations
Color information
#509BA4 (or 0x509BA4) is known color: Cadet Blue. HEX triplet: 50, 9B and A4. RGB value is (80,155,164). Sum of RGB (Red+Green+Blue) = 80+155+164=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #509BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BA4 is #AF645B. Grayscale: #858585. Windows color (decimal): -11494492 or 10787664. OLE color: 10787664.
HSL color Cylindrical-coordinate representation of color #509BA4: hue angle of 186.43º 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 #509BA4 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 155 | 164 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.36 |
| HSL | 186.43º | 0.34% | 0.48% | - |
| HSV(B) | 186.43º | 0.51% | 0.64% | - |
| XYZ | 21.73 | 27.83 | 39.35 | - |
| YUV | 133.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 164 | 0.51 | 0.05 | 0 | 0.36 | 186.43 | 0.34 | 0.48 |
| Hex | 50 | 9B | A4 | 33 | 5 | 0 | 24 | BA | 22 | 30 |
| Octal | 120 | 233 | 244 | 63 | 5 | 0 | 44 | 272 | 42 | 60 |
| Binary | 1010000 | 10011011 | 10100100 | 110011 | 101 | 0 | 100100 | 10111010 | 100010 | 110000 |
Color Harmonies of #509BA4
Complementary color
Monochromatic Colors of #509BA4
Black with #509BA4
Text Example
Text Example
White with #509BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BA4; }
p { color: rgb(80,155,164); }
H1.HeaderClassName
{
color: #509BA4;
}
.AnyTagClassName
{
color: #509BA4;
}
</style>
background-color css
<style>
a { background-color: #509BA4; }
a { background-color: rgb(80,155,164); }
div.DivClassName
{
background-color: #509BA4;
}
.BgClassName
{
background-color: #509BA4;
}
</style>
border-color css
<style>
span { border-color: #509BA4; }
span { border-color: rgb(80,155,164); }
td.TdClassName
{
border-color: #509BA4;
}
.TagClassName
{
border-color: #509BA4;
}
</style>