Shades of Cadet Blue #659498
Tints of Cadet Blue #659498
RGB
CMYK
RGB Variations
Color information
#659498 (or 0x659498) is known color: Cadet Blue. HEX triplet: 65, 94 and 98. RGB value is (101,148,152). Sum of RGB (Red+Green+Blue) = 101+148+152=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #659498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659498 is #9A6B67. Grayscale: #868686. Windows color (decimal): -10120040 or 9999461. OLE color: 9999461.
HSL color Cylindrical-coordinate representation of color #659498: hue angle of 184.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659498 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 148 | 152 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.40 |
| HSL | 184.71º | 0.2% | 0.5% | - |
| HSV(B) | 184.71º | 0.34% | 0.6% | - |
| XYZ | 21.62 | 26.21 | 33.63 | - |
| YUV | 134.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 152 | 0.34 | 0.03 | 0 | 0.40 | 184.71 | 0.2 | 0.5 |
| Hex | 65 | 94 | 98 | 22 | 3 | 0 | 28 | B9 | 14 | 32 |
| Octal | 145 | 224 | 230 | 42 | 3 | 0 | 50 | 271 | 24 | 62 |
| Binary | 1100101 | 10010100 | 10011000 | 100010 | 11 | 0 | 101000 | 10111001 | 10100 | 110010 |
Color Harmonies of #659498
Complementary color
Monochromatic Colors of #659498
Black with #659498
Text Example
Text Example
White with #659498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659498; }
p { color: rgb(101,148,152); }
H1.HeaderClassName
{
color: #659498;
}
.AnyTagClassName
{
color: #659498;
}
</style>
background-color css
<style>
a { background-color: #659498; }
a { background-color: rgb(101,148,152); }
div.DivClassName
{
background-color: #659498;
}
.BgClassName
{
background-color: #659498;
}
</style>
border-color css
<style>
span { border-color: #659498; }
span { border-color: rgb(101,148,152); }
td.TdClassName
{
border-color: #659498;
}
.TagClassName
{
border-color: #659498;
}
</style>