Shades of Gossamer #459D85
Tints of Gossamer #459D85
RGB
CMYK
RGB Variations
Color information
#459D85 (or 0x459D85) is known color: Gossamer. HEX triplet: 45, 9D and 85. RGB value is (69,157,133). Sum of RGB (Red+Green+Blue) = 69+157+133=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #459D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D85 is #BA627A. Grayscale: #7F7F7F. Windows color (decimal): -12214907 or 8756549. OLE color: 8756549.
HSL color Cylindrical-coordinate representation of color #459D85: hue angle of 163.64º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D85 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 133 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.38 |
| HSL | 163.64º | 0.39% | 0.44% | - |
| HSV(B) | 163.64º | 0.56% | 0.62% | - |
| XYZ | 18.74 | 27.07 | 26.43 | - |
| YUV | 127.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 133 | 0.56 | 0 | 0.15 | 0.38 | 163.64 | 0.39 | 0.44 |
| Hex | 45 | 9D | 85 | 38 | 0 | F | 26 | A4 | 27 | 2C |
| Octal | 105 | 235 | 205 | 70 | 0 | 17 | 46 | 244 | 47 | 54 |
| Binary | 1000101 | 10011101 | 10000101 | 111000 | 0 | 1111 | 100110 | 10100100 | 100111 | 101100 |
Color Harmonies of #459D85
Complementary color
Monochromatic Colors of #459D85
Black with #459D85
Text Example
Text Example
White with #459D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D85; }
p { color: rgb(69,157,133); }
H1.HeaderClassName
{
color: #459D85;
}
.AnyTagClassName
{
color: #459D85;
}
</style>
background-color css
<style>
a { background-color: #459D85; }
a { background-color: rgb(69,157,133); }
div.DivClassName
{
background-color: #459D85;
}
.BgClassName
{
background-color: #459D85;
}
</style>
border-color css
<style>
span { border-color: #459D85; }
span { border-color: rgb(69,157,133); }
td.TdClassName
{
border-color: #459D85;
}
.TagClassName
{
border-color: #459D85;
}
</style>