Shades of Casal #395D65
Tints of Casal #395D65
RGB
CMYK
RGB Variations
Color information
#395D65 (or 0x395D65) is known color: Casal. HEX triplet: 39, 5D and 65. RGB value is (57,93,101). Sum of RGB (Red+Green+Blue) = 57+93+101=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #395D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395D65 is #C6A29A. Grayscale: #535353. Windows color (decimal): -13017755 or 6643001. OLE color: 6643001.
HSL color Cylindrical-coordinate representation of color #395D65: hue angle of 190.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395D65 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 93 | 101 | - |
| CMYK | 0.44 | 0.08 | 0 | 0.60 |
| HSL | 190.91º | 0.28% | 0.31% | - |
| HSV(B) | 190.91º | 0.44% | 0.4% | - |
| XYZ | 7.95 | 9.64 | 13.75 | - |
| YUV | 83.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 93 | 101 | 0.44 | 0.08 | 0 | 0.60 | 190.91 | 0.28 | 0.31 |
| Hex | 39 | 5D | 65 | 2C | 8 | 0 | 3C | BF | 1C | 1F |
| Octal | 71 | 135 | 145 | 54 | 10 | 0 | 74 | 277 | 34 | 37 |
| Binary | 111001 | 1011101 | 1100101 | 101100 | 1000 | 0 | 111100 | 10111111 | 11100 | 11111 |
Color Harmonies of #395D65
Complementary color
Monochromatic Colors of #395D65
Black with #395D65
Text Example
Text Example
White with #395D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395D65; }
p { color: rgb(57,93,101); }
H1.HeaderClassName
{
color: #395D65;
}
.AnyTagClassName
{
color: #395D65;
}
</style>
background-color css
<style>
a { background-color: #395D65; }
a { background-color: rgb(57,93,101); }
div.DivClassName
{
background-color: #395D65;
}
.BgClassName
{
background-color: #395D65;
}
</style>
border-color css
<style>
span { border-color: #395D65; }
span { border-color: rgb(57,93,101); }
td.TdClassName
{
border-color: #395D65;
}
.TagClassName
{
border-color: #395D65;
}
</style>