Shades of Cadet Blue #659396
Tints of Cadet Blue #659396
RGB
CMYK
RGB Variations
Color information
#659396 (or 0x659396) is known color: Cadet Blue. HEX triplet: 65, 93 and 96. RGB value is (101,147,150). Sum of RGB (Red+Green+Blue) = 101+147+150=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #659396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659396 is #9A6C69. Grayscale: #858585. Windows color (decimal): -10120298 or 9868133. OLE color: 9868133.
HSL color Cylindrical-coordinate representation of color #659396: hue angle of 183.67º 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 #659396 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 147 | 150 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.41 |
| HSL | 183.67º | 0.2% | 0.49% | - |
| HSV(B) | 183.67º | 0.33% | 0.59% | - |
| XYZ | 21.31 | 25.84 | 32.72 | - |
| YUV | 133.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 150 | 0.33 | 0.02 | 0 | 0.41 | 183.67 | 0.2 | 0.49 |
| Hex | 65 | 93 | 96 | 21 | 2 | 0 | 29 | B8 | 14 | 31 |
| Octal | 145 | 223 | 226 | 41 | 2 | 0 | 51 | 270 | 24 | 61 |
| Binary | 1100101 | 10010011 | 10010110 | 100001 | 10 | 0 | 101001 | 10111000 | 10100 | 110001 |
Color Harmonies of #659396
Complementary color
Monochromatic Colors of #659396
Black with #659396
Text Example
Text Example
White with #659396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659396; }
p { color: rgb(101,147,150); }
H1.HeaderClassName
{
color: #659396;
}
.AnyTagClassName
{
color: #659396;
}
</style>
background-color css
<style>
a { background-color: #659396; }
a { background-color: rgb(101,147,150); }
div.DivClassName
{
background-color: #659396;
}
.BgClassName
{
background-color: #659396;
}
</style>
border-color css
<style>
span { border-color: #659396; }
span { border-color: rgb(101,147,150); }
td.TdClassName
{
border-color: #659396;
}
.TagClassName
{
border-color: #659396;
}
</style>