Shades of Casal #425355
Tints of Casal #425355
RGB
CMYK
RGB Variations
Color information
#425355 (or 0x425355) is known color: Casal. HEX triplet: 42, 53 and 55. RGB value is (66,83,85). Sum of RGB (Red+Green+Blue) = 66+83+85=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: blue. Hex color #425355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425355 is #BDACAA. Grayscale: #4E4E4E. Windows color (decimal): -12430507 or 5591874. OLE color: 5591874.
HSL color Cylindrical-coordinate representation of color #425355: hue angle of 186.32º 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 #425355 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 85 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.67 |
| HSL | 186.32º | 0.13% | 0.3% | - |
| HSV(B) | 186.32º | 0.22% | 0.33% | - |
| XYZ | 6.98 | 8 | 9.77 | - |
| YUV | 78.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 85 | 0.22 | 0.02 | 0 | 0.67 | 186.32 | 0.13 | 0.3 |
| Hex | 42 | 53 | 55 | 16 | 2 | 0 | 43 | BA | D | 1E |
| Octal | 102 | 123 | 125 | 26 | 2 | 0 | 103 | 272 | 15 | 36 |
| Binary | 1000010 | 1010011 | 1010101 | 10110 | 10 | 0 | 1000011 | 10111010 | 1101 | 11110 |
Color Harmonies of #425355
Complementary color
Monochromatic Colors of #425355
Black with #425355
Text Example
Text Example
White with #425355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425355; }
p { color: rgb(66,83,85); }
H1.HeaderClassName
{
color: #425355;
}
.AnyTagClassName
{
color: #425355;
}
</style>
background-color css
<style>
a { background-color: #425355; }
a { background-color: rgb(66,83,85); }
div.DivClassName
{
background-color: #425355;
}
.BgClassName
{
background-color: #425355;
}
</style>
border-color css
<style>
span { border-color: #425355; }
span { border-color: rgb(66,83,85); }
td.TdClassName
{
border-color: #425355;
}
.TagClassName
{
border-color: #425355;
}
</style>