Shades of Casal #38545B
Tints of Casal #38545B
RGB
CMYK
RGB Variations
Color information
#38545B (or 0x38545B) is known color: Casal. HEX triplet: 38, 54 and 5B. RGB value is (56,84,91). Sum of RGB (Red+Green+Blue) = 56+84+91=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #38545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545B is #C7ABA4. Grayscale: #4C4C4C. Windows color (decimal): -13085605 or 5985336. OLE color: 5985336.
HSL color Cylindrical-coordinate representation of color #38545B: hue angle of 192º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38545B is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 84 | 91 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.64 |
| HSL | 192º | 0.24% | 0.29% | - |
| HSV(B) | 192º | 0.38% | 0.36% | - |
| XYZ | 6.69 | 7.94 | 11.08 | - |
| YUV | 76.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 91 | 0.38 | 0.08 | 0 | 0.64 | 192 | 0.24 | 0.29 |
| Hex | 38 | 54 | 5B | 26 | 8 | 0 | 40 | C0 | 18 | 1D |
| Octal | 70 | 124 | 133 | 46 | 10 | 0 | 100 | 300 | 30 | 35 |
| Binary | 111000 | 1010100 | 1011011 | 100110 | 1000 | 0 | 1000000 | 11000000 | 11000 | 11101 |
Color Harmonies of #38545B
Complementary color
Monochromatic Colors of #38545B
Black with #38545B
Text Example
Text Example
White with #38545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38545B; }
p { color: rgb(56,84,91); }
H1.HeaderClassName
{
color: #38545B;
}
.AnyTagClassName
{
color: #38545B;
}
</style>
background-color css
<style>
a { background-color: #38545B; }
a { background-color: rgb(56,84,91); }
div.DivClassName
{
background-color: #38545B;
}
.BgClassName
{
background-color: #38545B;
}
</style>
border-color css
<style>
span { border-color: #38545B; }
span { border-color: rgb(56,84,91); }
td.TdClassName
{
border-color: #38545B;
}
.TagClassName
{
border-color: #38545B;
}
</style>