Shades of Casal #38525D
Tints of Casal #38525D
RGB
CMYK
RGB Variations
Color information
#38525D (or 0x38525D) is known color: Casal. HEX triplet: 38, 52 and 5D. RGB value is (56,82,93). Sum of RGB (Red+Green+Blue) = 56+82+93=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #38525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38525D is #C7ADA2. Grayscale: #4B4B4B. Windows color (decimal): -13086115 or 6115896. OLE color: 6115896.
HSL color Cylindrical-coordinate representation of color #38525D: hue angle of 197.84º 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 #38525D is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 82 | 93 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.64 |
| HSL | 197.84º | 0.25% | 0.29% | - |
| HSV(B) | 197.84º | 0.4% | 0.36% | - |
| XYZ | 6.62 | 7.67 | 11.49 | - |
| YUV | 75.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 93 | 0.40 | 0.12 | 0 | 0.64 | 197.84 | 0.25 | 0.29 |
| Hex | 38 | 52 | 5D | 28 | C | 0 | 40 | C6 | 19 | 1D |
| Octal | 70 | 122 | 135 | 50 | 14 | 0 | 100 | 306 | 31 | 35 |
| Binary | 111000 | 1010010 | 1011101 | 101000 | 1100 | 0 | 1000000 | 11000110 | 11001 | 11101 |
Color Harmonies of #38525D
Complementary color
Monochromatic Colors of #38525D
Black with #38525D
Text Example
Text Example
White with #38525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38525D; }
p { color: rgb(56,82,93); }
H1.HeaderClassName
{
color: #38525D;
}
.AnyTagClassName
{
color: #38525D;
}
</style>
background-color css
<style>
a { background-color: #38525D; }
a { background-color: rgb(56,82,93); }
div.DivClassName
{
background-color: #38525D;
}
.BgClassName
{
background-color: #38525D;
}
</style>
border-color css
<style>
span { border-color: #38525D; }
span { border-color: rgb(56,82,93); }
td.TdClassName
{
border-color: #38525D;
}
.TagClassName
{
border-color: #38525D;
}
</style>