Shades of Casal #394F56
Tints of Casal #394F56
RGB
CMYK
RGB Variations
Color information
#394F56 (or 0x394F56) is known color: Casal. HEX triplet: 39, 4F and 56. RGB value is (57,79,86). Sum of RGB (Red+Green+Blue) = 57+79+86=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #394F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F56 is #C6B0A9. Grayscale: #494949. Windows color (decimal): -13021354 or 5656377. OLE color: 5656377.
HSL color Cylindrical-coordinate representation of color #394F56: hue angle of 194.48º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #394F56 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 79 | 86 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.66 |
| HSL | 194.48º | 0.2% | 0.28% | - |
| HSV(B) | 194.48º | 0.34% | 0.34% | - |
| XYZ | 6.16 | 7.13 | 9.86 | - |
| YUV | 73.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 86 | 0.34 | 0.08 | 0 | 0.66 | 194.48 | 0.2 | 0.28 |
| Hex | 39 | 4F | 56 | 22 | 8 | 0 | 42 | C2 | 14 | 1C |
| Octal | 71 | 117 | 126 | 42 | 10 | 0 | 102 | 302 | 24 | 34 |
| Binary | 111001 | 1001111 | 1010110 | 100010 | 1000 | 0 | 1000010 | 11000010 | 10100 | 11100 |
Color Harmonies of #394F56
Complementary color
Monochromatic Colors of #394F56
Black with #394F56
Text Example
Text Example
White with #394F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F56; }
p { color: rgb(57,79,86); }
H1.HeaderClassName
{
color: #394F56;
}
.AnyTagClassName
{
color: #394F56;
}
</style>
background-color css
<style>
a { background-color: #394F56; }
a { background-color: rgb(57,79,86); }
div.DivClassName
{
background-color: #394F56;
}
.BgClassName
{
background-color: #394F56;
}
</style>
border-color css
<style>
span { border-color: #394F56; }
span { border-color: rgb(57,79,86); }
td.TdClassName
{
border-color: #394F56;
}
.TagClassName
{
border-color: #394F56;
}
</style>