Shades of Cadet Blue #659797
Tints of Cadet Blue #659797
RGB
CMYK
RGB Variations
Color information
#659797 (or 0x659797) is known color: Cadet Blue. HEX triplet: 65, 97 and 97. RGB value is (101,151,151). Sum of RGB (Red+Green+Blue) = 101+151+151=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #659797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659797 is #9A6868. Grayscale: #888888. Windows color (decimal): -10119273 or 9934693. OLE color: 9934693.
HSL color Cylindrical-coordinate representation of color #659797: hue angle of 180º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659797 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 151 | 151 | - |
| CMYK | 0.33 | 0 | 0 | 0.41 |
| HSL | 180º | 0.2% | 0.49% | - |
| HSV(B) | 180º | 0.33% | 0.59% | - |
| XYZ | 22.02 | 27.13 | 33.36 | - |
| YUV | 136.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 151 | 0.33 | 0 | 0 | 0.41 | 180 | 0.2 | 0.49 |
| Hex | 65 | 97 | 97 | 21 | 0 | 0 | 29 | B4 | 14 | 31 |
| Octal | 145 | 227 | 227 | 41 | 0 | 0 | 51 | 264 | 24 | 61 |
| Binary | 1100101 | 10010111 | 10010111 | 100001 | 0 | 0 | 101001 | 10110100 | 10100 | 110001 |
Color Harmonies of #659797
Complementary color
Monochromatic Colors of #659797
Black with #659797
Text Example
Text Example
White with #659797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659797; }
p { color: rgb(101,151,151); }
H1.HeaderClassName
{
color: #659797;
}
.AnyTagClassName
{
color: #659797;
}
</style>
background-color css
<style>
a { background-color: #659797; }
a { background-color: rgb(101,151,151); }
div.DivClassName
{
background-color: #659797;
}
.BgClassName
{
background-color: #659797;
}
</style>
border-color css
<style>
span { border-color: #659797; }
span { border-color: rgb(101,151,151); }
td.TdClassName
{
border-color: #659797;
}
.TagClassName
{
border-color: #659797;
}
</style>