Shades of Cadet Blue #509BA3
Tints of Cadet Blue #509BA3
RGB
CMYK
RGB Variations
Color information
#509BA3 (or 0x509BA3) is known color: Cadet Blue. HEX triplet: 50, 9B and A3. RGB value is (80,155,163). Sum of RGB (Red+Green+Blue) = 80+155+163=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 163 - color contains mainly: blue. Hex color #509BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509BA3 is #AF645C. Grayscale: #858585. Windows color (decimal): -11494493 or 10722128. OLE color: 10722128.
HSL color Cylindrical-coordinate representation of color #509BA3: 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 #509BA3 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 155 | 163 | - |
| 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.64 | 27.79 | 38.87 | - |
| YUV | 133.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 163 | 0.51 | 0.05 | 0 | 0.36 | 185.78 | 0.34 | 0.48 |
| Hex | 50 | 9B | A3 | 33 | 5 | 0 | 24 | BA | 22 | 30 |
| Octal | 120 | 233 | 243 | 63 | 5 | 0 | 44 | 272 | 42 | 60 |
| Binary | 1010000 | 10011011 | 10100011 | 110011 | 101 | 0 | 100100 | 10111010 | 100010 | 110000 |
Color Harmonies of #509BA3
Complementary color
Monochromatic Colors of #509BA3
Black with #509BA3
Text Example
Text Example
White with #509BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BA3; }
p { color: rgb(80,155,163); }
H1.HeaderClassName
{
color: #509BA3;
}
.AnyTagClassName
{
color: #509BA3;
}
</style>
background-color css
<style>
a { background-color: #509BA3; }
a { background-color: rgb(80,155,163); }
div.DivClassName
{
background-color: #509BA3;
}
.BgClassName
{
background-color: #509BA3;
}
</style>
border-color css
<style>
span { border-color: #509BA3; }
span { border-color: rgb(80,155,163); }
td.TdClassName
{
border-color: #509BA3;
}
.TagClassName
{
border-color: #509BA3;
}
</style>