Shades of Falcon #805B5C
Tints of Falcon #805B5C
RGB
CMYK
RGB Variations
Color information
#805B5C (or 0x805B5C) is known color: Falcon. HEX triplet: 80, 5B and 5C. RGB value is (128,91,92). Sum of RGB (Red+Green+Blue) = 128+91+92=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805B5C is #7FA4A3. Grayscale: #666666. Windows color (decimal): -8365220 or 6052736. OLE color: 6052736.
HSL color Cylindrical-coordinate representation of color #805B5C: hue angle of 358.38º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805B5C is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 91 | 92 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.50 |
| HSL | 358.38º | 0.17% | 0.43% | - |
| HSV(B) | 358.38º | 0.29% | 0.5% | - |
| XYZ | 14.57 | 12.84 | 11.84 | - |
| YUV | 102.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 92 | 0 | 0.29 | 0.28 | 0.50 | 358.38 | 0.17 | 0.43 |
| Hex | 80 | 5B | 5C | 0 | 1D | 1C | 32 | 166 | 11 | 2B |
| Octal | 200 | 133 | 134 | 0 | 35 | 34 | 62 | 546 | 21 | 53 |
| Binary | 10000000 | 1011011 | 1011100 | 0 | 11101 | 11100 | 110010 | 101100110 | 10001 | 101011 |
Color Harmonies of #805B5C
Complementary color
Monochromatic Colors of #805B5C
Black with #805B5C
Text Example
Text Example
White with #805B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B5C; }
p { color: rgb(128,91,92); }
H1.HeaderClassName
{
color: #805B5C;
}
.AnyTagClassName
{
color: #805B5C;
}
</style>
background-color css
<style>
a { background-color: #805B5C; }
a { background-color: rgb(128,91,92); }
div.DivClassName
{
background-color: #805B5C;
}
.BgClassName
{
background-color: #805B5C;
}
</style>
border-color css
<style>
span { border-color: #805B5C; }
span { border-color: rgb(128,91,92); }
td.TdClassName
{
border-color: #805B5C;
}
.TagClassName
{
border-color: #805B5C;
}
</style>