Shades of Casal #38575C
Tints of Casal #38575C
RGB
CMYK
RGB Variations
Color information
#38575C (or 0x38575C) is known color: Casal. HEX triplet: 38, 57 and 5C. RGB value is (56,87,92). Sum of RGB (Red+Green+Blue) = 56+87+92=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #38575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38575C is #C7A8A3. Grayscale: #4E4E4E. Windows color (decimal): -13084836 or 6051640. OLE color: 6051640.
HSL color Cylindrical-coordinate representation of color #38575C: hue angle of 188.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38575C is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 87 | 92 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.64 |
| HSL | 188.33º | 0.24% | 0.29% | - |
| HSV(B) | 188.33º | 0.39% | 0.36% | - |
| XYZ | 6.97 | 8.43 | 11.38 | - |
| YUV | 78.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 92 | 0.39 | 0.05 | 0 | 0.64 | 188.33 | 0.24 | 0.29 |
| Hex | 38 | 57 | 5C | 27 | 5 | 0 | 40 | BC | 18 | 1D |
| Octal | 70 | 127 | 134 | 47 | 5 | 0 | 100 | 274 | 30 | 35 |
| Binary | 111000 | 1010111 | 1011100 | 100111 | 101 | 0 | 1000000 | 10111100 | 11000 | 11101 |
Color Harmonies of #38575C
Complementary color
Monochromatic Colors of #38575C
Black with #38575C
Text Example
Text Example
White with #38575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38575C; }
p { color: rgb(56,87,92); }
H1.HeaderClassName
{
color: #38575C;
}
.AnyTagClassName
{
color: #38575C;
}
</style>
background-color css
<style>
a { background-color: #38575C; }
a { background-color: rgb(56,87,92); }
div.DivClassName
{
background-color: #38575C;
}
.BgClassName
{
background-color: #38575C;
}
</style>
border-color css
<style>
span { border-color: #38575C; }
span { border-color: rgb(56,87,92); }
td.TdClassName
{
border-color: #38575C;
}
.TagClassName
{
border-color: #38575C;
}
</style>