Shades of Casal #425255
Tints of Casal #425255
RGB
CMYK
RGB Variations
Color information
#425255 (or 0x425255) is known color: Casal. HEX triplet: 42, 52 and 55. RGB value is (66,82,85). Sum of RGB (Red+Green+Blue) = 66+82+85=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #425255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425255 is #BDADAA. Grayscale: #4D4D4D. Windows color (decimal): -12430763 or 5591618. OLE color: 5591618.
HSL color Cylindrical-coordinate representation of color #425255: hue angle of 189.47º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425255 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 82 | 85 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.67 |
| HSL | 189.47º | 0.13% | 0.3% | - |
| HSV(B) | 189.47º | 0.22% | 0.33% | - |
| XYZ | 6.9 | 7.85 | 9.75 | - |
| YUV | 77.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 85 | 0.22 | 0.04 | 0 | 0.67 | 189.47 | 0.13 | 0.3 |
| Hex | 42 | 52 | 55 | 16 | 4 | 0 | 43 | BD | D | 1E |
| Octal | 102 | 122 | 125 | 26 | 4 | 0 | 103 | 275 | 15 | 36 |
| Binary | 1000010 | 1010010 | 1010101 | 10110 | 100 | 0 | 1000011 | 10111101 | 1101 | 11110 |
Color Harmonies of #425255
Complementary color
Monochromatic Colors of #425255
Black with #425255
Text Example
Text Example
White with #425255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425255; }
p { color: rgb(66,82,85); }
H1.HeaderClassName
{
color: #425255;
}
.AnyTagClassName
{
color: #425255;
}
</style>
background-color css
<style>
a { background-color: #425255; }
a { background-color: rgb(66,82,85); }
div.DivClassName
{
background-color: #425255;
}
.BgClassName
{
background-color: #425255;
}
</style>
border-color css
<style>
span { border-color: #425255; }
span { border-color: rgb(66,82,85); }
td.TdClassName
{
border-color: #425255;
}
.TagClassName
{
border-color: #425255;
}
</style>