Shades of Casal #425A5F
Tints of Casal #425A5F
RGB
CMYK
RGB Variations
Color information
#425A5F (or 0x425A5F) is known color: Casal. HEX triplet: 42, 5A and 5F. RGB value is (66,90,95). Sum of RGB (Red+Green+Blue) = 66+90+95=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #425A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A5F is #BDA5A0. Grayscale: #535353. Windows color (decimal): -12428705 or 6249026. OLE color: 6249026.
HSL color Cylindrical-coordinate representation of color #425A5F: hue angle of 190.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425A5F is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 90 | 95 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.63 |
| HSL | 190.34º | 0.18% | 0.32% | - |
| HSV(B) | 190.34º | 0.31% | 0.37% | - |
| XYZ | 7.97 | 9.3 | 12.2 | - |
| YUV | 83.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 95 | 0.31 | 0.05 | 0 | 0.63 | 190.34 | 0.18 | 0.32 |
| Hex | 42 | 5A | 5F | 1F | 5 | 0 | 3F | BE | 12 | 20 |
| Octal | 102 | 132 | 137 | 37 | 5 | 0 | 77 | 276 | 22 | 40 |
| Binary | 1000010 | 1011010 | 1011111 | 11111 | 101 | 0 | 111111 | 10111110 | 10010 | 100000 |
Color Harmonies of #425A5F
Complementary color
Monochromatic Colors of #425A5F
Black with #425A5F
Text Example
Text Example
White with #425A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A5F; }
p { color: rgb(66,90,95); }
H1.HeaderClassName
{
color: #425A5F;
}
.AnyTagClassName
{
color: #425A5F;
}
</style>
background-color css
<style>
a { background-color: #425A5F; }
a { background-color: rgb(66,90,95); }
div.DivClassName
{
background-color: #425A5F;
}
.BgClassName
{
background-color: #425A5F;
}
</style>
border-color css
<style>
span { border-color: #425A5F; }
span { border-color: rgb(66,90,95); }
td.TdClassName
{
border-color: #425A5F;
}
.TagClassName
{
border-color: #425A5F;
}
</style>