Shades of Cadet Blue #509F9C
Tints of Cadet Blue #509F9C
RGB
CMYK
RGB Variations
Color information
#509F9C (or 0x509F9C) is known color: Cadet Blue. HEX triplet: 50, 9F and 9C. RGB value is (80,159,156). Sum of RGB (Red+Green+Blue) = 80+159+156=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #509F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F9C is #AF6063. Grayscale: #868686. Windows color (decimal): -11493476 or 10264400. OLE color: 10264400.
HSL color Cylindrical-coordinate representation of color #509F9C: hue angle of 177.72º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F9C is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 156 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.38 |
| HSL | 177.72º | 0.33% | 0.47% | - |
| HSV(B) | 177.72º | 0.5% | 0.62% | - |
| XYZ | 21.71 | 28.9 | 35.89 | - |
| YUV | 135.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 156 | 0.50 | 0 | 0.02 | 0.38 | 177.72 | 0.33 | 0.47 |
| Hex | 50 | 9F | 9C | 32 | 0 | 2 | 26 | B2 | 21 | 2F |
| Octal | 120 | 237 | 234 | 62 | 0 | 2 | 46 | 262 | 41 | 57 |
| Binary | 1010000 | 10011111 | 10011100 | 110010 | 0 | 10 | 100110 | 10110010 | 100001 | 101111 |
Color Harmonies of #509F9C
Complementary color
Monochromatic Colors of #509F9C
Black with #509F9C
Text Example
Text Example
White with #509F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F9C; }
p { color: rgb(80,159,156); }
H1.HeaderClassName
{
color: #509F9C;
}
.AnyTagClassName
{
color: #509F9C;
}
</style>
background-color css
<style>
a { background-color: #509F9C; }
a { background-color: rgb(80,159,156); }
div.DivClassName
{
background-color: #509F9C;
}
.BgClassName
{
background-color: #509F9C;
}
</style>
border-color css
<style>
span { border-color: #509F9C; }
span { border-color: rgb(80,159,156); }
td.TdClassName
{
border-color: #509F9C;
}
.TagClassName
{
border-color: #509F9C;
}
</style>