Shades of Cadet Blue #659595
Tints of Cadet Blue #659595
RGB
CMYK
RGB Variations
Color information
#659595 (or 0x659595) is known color: Cadet Blue. HEX triplet: 65, 95 and 95. RGB value is (101,149,149). Sum of RGB (Red+Green+Blue) = 101+149+149=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #659595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659595 is #9A6A6A. Grayscale: #868686. Windows color (decimal): -10119787 or 9803109. OLE color: 9803109.
HSL color Cylindrical-coordinate representation of color #659595: hue angle of 180º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659595 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 149 | - |
| CMYK | 0.32 | 0 | 0 | 0.42 |
| HSL | 180º | 0.19% | 0.49% | - |
| HSV(B) | 180º | 0.32% | 0.58% | - |
| XYZ | 21.54 | 26.43 | 32.4 | - |
| YUV | 134.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 149 | 0.32 | 0 | 0 | 0.42 | 180 | 0.19 | 0.49 |
| Hex | 65 | 95 | 95 | 20 | 0 | 0 | 2A | B4 | 13 | 31 |
| Octal | 145 | 225 | 225 | 40 | 0 | 0 | 52 | 264 | 23 | 61 |
| Binary | 1100101 | 10010101 | 10010101 | 100000 | 0 | 0 | 101010 | 10110100 | 10011 | 110001 |
Color Harmonies of #659595
Complementary color
Monochromatic Colors of #659595
Black with #659595
Text Example
Text Example
White with #659595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659595; }
p { color: rgb(101,149,149); }
H1.HeaderClassName
{
color: #659595;
}
.AnyTagClassName
{
color: #659595;
}
</style>
background-color css
<style>
a { background-color: #659595; }
a { background-color: rgb(101,149,149); }
div.DivClassName
{
background-color: #659595;
}
.BgClassName
{
background-color: #659595;
}
</style>
border-color css
<style>
span { border-color: #659595; }
span { border-color: rgb(101,149,149); }
td.TdClassName
{
border-color: #659595;
}
.TagClassName
{
border-color: #659595;
}
</style>