Shades of Casal #38545D
Tints of Casal #38545D
RGB
CMYK
RGB Variations
Color information
#38545D (or 0x38545D) is known color: Casal. HEX triplet: 38, 54 and 5D. RGB value is (56,84,93). Sum of RGB (Red+Green+Blue) = 56+84+93=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #38545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545D is #C7ABA2. Grayscale: #4C4C4C. Windows color (decimal): -13085603 or 6116408. OLE color: 6116408.
HSL color Cylindrical-coordinate representation of color #38545D: hue angle of 194.59º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38545D is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 84 | 93 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.64 |
| HSL | 194.59º | 0.25% | 0.29% | - |
| HSV(B) | 194.59º | 0.4% | 0.36% | - |
| XYZ | 6.78 | 7.97 | 11.54 | - |
| YUV | 76.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 93 | 0.40 | 0.10 | 0 | 0.64 | 194.59 | 0.25 | 0.29 |
| Hex | 38 | 54 | 5D | 28 | A | 0 | 40 | C3 | 19 | 1D |
| Octal | 70 | 124 | 135 | 50 | 12 | 0 | 100 | 303 | 31 | 35 |
| Binary | 111000 | 1010100 | 1011101 | 101000 | 1010 | 0 | 1000000 | 11000011 | 11001 | 11101 |
Color Harmonies of #38545D
Complementary color
Monochromatic Colors of #38545D
Black with #38545D
Text Example
Text Example
White with #38545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38545D; }
p { color: rgb(56,84,93); }
H1.HeaderClassName
{
color: #38545D;
}
.AnyTagClassName
{
color: #38545D;
}
</style>
background-color css
<style>
a { background-color: #38545D; }
a { background-color: rgb(56,84,93); }
div.DivClassName
{
background-color: #38545D;
}
.BgClassName
{
background-color: #38545D;
}
</style>
border-color css
<style>
span { border-color: #38545D; }
span { border-color: rgb(56,84,93); }
td.TdClassName
{
border-color: #38545D;
}
.TagClassName
{
border-color: #38545D;
}
</style>