Shades of Castro #55172F
Tints of Castro #55172F
RGB
CMYK
RGB Variations
Color information
#55172F (or 0x55172F) is known color: Castro. HEX triplet: 55, 17 and 2F. RGB value is (85,23,47). Sum of RGB (Red+Green+Blue) = 85+23+47=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55172F is #AAE8D0. Grayscale: #2C2C2C. Windows color (decimal): -11200721 or 3086165. OLE color: 3086165.
HSL color Cylindrical-coordinate representation of color #55172F: hue angle of 336.77º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55172F is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 47 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.67 |
| HSL | 336.77º | 0.57% | 0.21% | - |
| HSV(B) | 336.77º | 0.73% | 0.33% | - |
| XYZ | 4.57 | 2.75 | 2.98 | - |
| YUV | 44.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 47 | 0 | 0.73 | 0.45 | 0.67 | 336.77 | 0.57 | 0.21 |
| Hex | 55 | 17 | 2F | 0 | 49 | 2D | 43 | 151 | 39 | 15 |
| Octal | 125 | 27 | 57 | 0 | 111 | 55 | 103 | 521 | 71 | 25 |
| Binary | 1010101 | 10111 | 101111 | 0 | 1001001 | 101101 | 1000011 | 101010001 | 111001 | 10101 |
Color Harmonies of #55172F
Complementary color
Monochromatic Colors of #55172F
Black with #55172F
Text Example
Text Example
White with #55172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55172F; }
p { color: rgb(85,23,47); }
H1.HeaderClassName
{
color: #55172F;
}
.AnyTagClassName
{
color: #55172F;
}
</style>
background-color css
<style>
a { background-color: #55172F; }
a { background-color: rgb(85,23,47); }
div.DivClassName
{
background-color: #55172F;
}
.BgClassName
{
background-color: #55172F;
}
</style>
border-color css
<style>
span { border-color: #55172F; }
span { border-color: rgb(85,23,47); }
td.TdClassName
{
border-color: #55172F;
}
.TagClassName
{
border-color: #55172F;
}
</style>