Shades of Cadet Blue #65A5A7
Tints of Cadet Blue #65A5A7
RGB
CMYK
RGB Variations
Color information
#65A5A7 (or 0x65A5A7) is known color: Cadet Blue. HEX triplet: 65, A5 and A7. RGB value is (101,165,167). Sum of RGB (Red+Green+Blue) = 101+165+167=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 167 - color contains mainly: blue. Hex color #65A5A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A5A7 is #9A5A58. Grayscale: #929292. Windows color (decimal): -10115673 or 10986853. OLE color: 10986853.
HSL color Cylindrical-coordinate representation of color #65A5A7: hue angle of 181.82º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A5A7 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 165 | 167 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.35 |
| HSL | 181.82º | 0.27% | 0.53% | - |
| HSV(B) | 181.82º | 0.4% | 0.65% | - |
| XYZ | 25.8 | 32.47 | 41.47 | - |
| YUV | 146.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 167 | 0.40 | 0.01 | 0 | 0.35 | 181.82 | 0.27 | 0.53 |
| Hex | 65 | A5 | A7 | 28 | 1 | 0 | 23 | B6 | 1B | 35 |
| Octal | 145 | 245 | 247 | 50 | 1 | 0 | 43 | 266 | 33 | 65 |
| Binary | 1100101 | 10100101 | 10100111 | 101000 | 1 | 0 | 100011 | 10110110 | 11011 | 110101 |
Color Harmonies of #65A5A7
Complementary color
Monochromatic Colors of #65A5A7
Black with #65A5A7
Text Example
Text Example
White with #65A5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A5A7; }
p { color: rgb(101,165,167); }
H1.HeaderClassName
{
color: #65A5A7;
}
.AnyTagClassName
{
color: #65A5A7;
}
</style>
background-color css
<style>
a { background-color: #65A5A7; }
a { background-color: rgb(101,165,167); }
div.DivClassName
{
background-color: #65A5A7;
}
.BgClassName
{
background-color: #65A5A7;
}
</style>
border-color css
<style>
span { border-color: #65A5A7; }
span { border-color: rgb(101,165,167); }
td.TdClassName
{
border-color: #65A5A7;
}
.TagClassName
{
border-color: #65A5A7;
}
</style>