Shades of Cadet Blue #65959C
Tints of Cadet Blue #65959C
RGB
CMYK
RGB Variations
Color information
#65959C (or 0x65959C) is known color: Cadet Blue. HEX triplet: 65, 95 and 9C. RGB value is (101,149,156). Sum of RGB (Red+Green+Blue) = 101+149+156=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #65959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65959C is #9A6A63. Grayscale: #878787. Windows color (decimal): -10119780 or 10261861. OLE color: 10261861.
HSL color Cylindrical-coordinate representation of color #65959C: hue angle of 187.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65959C is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 149 | 156 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.39 |
| HSL | 187.64º | 0.22% | 0.5% | - |
| HSV(B) | 187.64º | 0.35% | 0.61% | - |
| XYZ | 22.12 | 26.66 | 35.43 | - |
| YUV | 135.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 156 | 0.35 | 0.04 | 0 | 0.39 | 187.64 | 0.22 | 0.5 |
| Hex | 65 | 95 | 9C | 23 | 4 | 0 | 27 | BC | 16 | 32 |
| Octal | 145 | 225 | 234 | 43 | 4 | 0 | 47 | 274 | 26 | 62 |
| Binary | 1100101 | 10010101 | 10011100 | 100011 | 100 | 0 | 100111 | 10111100 | 10110 | 110010 |
Color Harmonies of #65959C
Complementary color
Monochromatic Colors of #65959C
Black with #65959C
Text Example
Text Example
White with #65959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65959C; }
p { color: rgb(101,149,156); }
H1.HeaderClassName
{
color: #65959C;
}
.AnyTagClassName
{
color: #65959C;
}
</style>
background-color css
<style>
a { background-color: #65959C; }
a { background-color: rgb(101,149,156); }
div.DivClassName
{
background-color: #65959C;
}
.BgClassName
{
background-color: #65959C;
}
</style>
border-color css
<style>
span { border-color: #65959C; }
span { border-color: rgb(101,149,156); }
td.TdClassName
{
border-color: #65959C;
}
.TagClassName
{
border-color: #65959C;
}
</style>