Shades of Casal #375B65
Tints of Casal #375B65
RGB
CMYK
RGB Variations
Color information
#375B65 (or 0x375B65) is known color: Casal. HEX triplet: 37, 5B and 65. RGB value is (55,91,101). Sum of RGB (Red+Green+Blue) = 55+91+101=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #375B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B65 is #C8A49A. Grayscale: #515151. Windows color (decimal): -13149339 or 6642487. OLE color: 6642487.
HSL color Cylindrical-coordinate representation of color #375B65: hue angle of 193.04º 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 #375B65 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 91 | 101 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.60 |
| HSL | 193.04º | 0.29% | 0.31% | - |
| HSV(B) | 193.04º | 0.46% | 0.4% | - |
| XYZ | 7.67 | 9.23 | 13.69 | - |
| YUV | 81.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 101 | 0.46 | 0.10 | 0 | 0.60 | 193.04 | 0.29 | 0.31 |
| Hex | 37 | 5B | 65 | 2E | A | 0 | 3C | C1 | 1D | 1F |
| Octal | 67 | 133 | 145 | 56 | 12 | 0 | 74 | 301 | 35 | 37 |
| Binary | 110111 | 1011011 | 1100101 | 101110 | 1010 | 0 | 111100 | 11000001 | 11101 | 11111 |
Color Harmonies of #375B65
Complementary color
Monochromatic Colors of #375B65
Black with #375B65
Text Example
Text Example
White with #375B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B65; }
p { color: rgb(55,91,101); }
H1.HeaderClassName
{
color: #375B65;
}
.AnyTagClassName
{
color: #375B65;
}
</style>
background-color css
<style>
a { background-color: #375B65; }
a { background-color: rgb(55,91,101); }
div.DivClassName
{
background-color: #375B65;
}
.BgClassName
{
background-color: #375B65;
}
</style>
border-color css
<style>
span { border-color: #375B65; }
span { border-color: rgb(55,91,101); }
td.TdClassName
{
border-color: #375B65;
}
.TagClassName
{
border-color: #375B65;
}
</style>