Shades of Casal #375C65
Tints of Casal #375C65
RGB
CMYK
RGB Variations
Color information
#375C65 (or 0x375C65) is known color: Casal. HEX triplet: 37, 5C and 65. RGB value is (55,92,101). Sum of RGB (Red+Green+Blue) = 55+92+101=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #375C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C65 is #C8A39A. Grayscale: #515151. Windows color (decimal): -13149083 or 6642743. OLE color: 6642743.
HSL color Cylindrical-coordinate representation of color #375C65: hue angle of 191.74º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375C65 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 92 | 101 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.60 |
| HSL | 191.74º | 0.29% | 0.31% | - |
| HSV(B) | 191.74º | 0.46% | 0.4% | - |
| XYZ | 7.75 | 9.41 | 13.72 | - |
| YUV | 81.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 101 | 0.46 | 0.09 | 0 | 0.60 | 191.74 | 0.29 | 0.31 |
| Hex | 37 | 5C | 65 | 2E | 9 | 0 | 3C | C0 | 1D | 1F |
| Octal | 67 | 134 | 145 | 56 | 11 | 0 | 74 | 300 | 35 | 37 |
| Binary | 110111 | 1011100 | 1100101 | 101110 | 1001 | 0 | 111100 | 11000000 | 11101 | 11111 |
Color Harmonies of #375C65
Complementary color
Monochromatic Colors of #375C65
Black with #375C65
Text Example
Text Example
White with #375C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C65; }
p { color: rgb(55,92,101); }
H1.HeaderClassName
{
color: #375C65;
}
.AnyTagClassName
{
color: #375C65;
}
</style>
background-color css
<style>
a { background-color: #375C65; }
a { background-color: rgb(55,92,101); }
div.DivClassName
{
background-color: #375C65;
}
.BgClassName
{
background-color: #375C65;
}
</style>
border-color css
<style>
span { border-color: #375C65; }
span { border-color: rgb(55,92,101); }
td.TdClassName
{
border-color: #375C65;
}
.TagClassName
{
border-color: #375C65;
}
</style>