Shades of Casal #415255
Tints of Casal #415255
RGB
CMYK
RGB Variations
Color information
#415255 (or 0x415255) is known color: Casal. HEX triplet: 41, 52 and 55. RGB value is (65,82,85). Sum of RGB (Red+Green+Blue) = 65+82+85=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #415255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415255 is #BEADAA. Grayscale: #4D4D4D. Windows color (decimal): -12496299 or 5591617. OLE color: 5591617.
HSL color Cylindrical-coordinate representation of color #415255: hue angle of 189º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415255 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 82 | 85 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.67 |
| HSL | 189º | 0.13% | 0.29% | - |
| HSV(B) | 189º | 0.24% | 0.33% | - |
| XYZ | 6.84 | 7.81 | 9.74 | - |
| YUV | 77.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 85 | 0.24 | 0.04 | 0 | 0.67 | 189 | 0.13 | 0.29 |
| Hex | 41 | 52 | 55 | 18 | 4 | 0 | 43 | BD | D | 1D |
| Octal | 101 | 122 | 125 | 30 | 4 | 0 | 103 | 275 | 15 | 35 |
| Binary | 1000001 | 1010010 | 1010101 | 11000 | 100 | 0 | 1000011 | 10111101 | 1101 | 11101 |
Color Harmonies of #415255
Complementary color
Monochromatic Colors of #415255
Black with #415255
Text Example
Text Example
White with #415255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415255; }
p { color: rgb(65,82,85); }
H1.HeaderClassName
{
color: #415255;
}
.AnyTagClassName
{
color: #415255;
}
</style>
background-color css
<style>
a { background-color: #415255; }
a { background-color: rgb(65,82,85); }
div.DivClassName
{
background-color: #415255;
}
.BgClassName
{
background-color: #415255;
}
</style>
border-color css
<style>
span { border-color: #415255; }
span { border-color: rgb(65,82,85); }
td.TdClassName
{
border-color: #415255;
}
.TagClassName
{
border-color: #415255;
}
</style>