Shades of Casal #38535C
Tints of Casal #38535C
RGB
CMYK
RGB Variations
Color information
#38535C (or 0x38535C) is known color: Casal. HEX triplet: 38, 53 and 5C. RGB value is (56,83,92). Sum of RGB (Red+Green+Blue) = 56+83+92=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #38535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38535C is #C7ACA3. Grayscale: #4B4B4B. Windows color (decimal): -13085860 or 6050616. OLE color: 6050616.
HSL color Cylindrical-coordinate representation of color #38535C: hue angle of 195º 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 #38535C is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 83 | 92 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.64 |
| HSL | 195º | 0.24% | 0.29% | - |
| HSV(B) | 195º | 0.39% | 0.36% | - |
| XYZ | 6.66 | 7.8 | 11.28 | - |
| YUV | 75.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 92 | 0.39 | 0.10 | 0 | 0.64 | 195 | 0.24 | 0.29 |
| Hex | 38 | 53 | 5C | 27 | A | 0 | 40 | C3 | 18 | 1D |
| Octal | 70 | 123 | 134 | 47 | 12 | 0 | 100 | 303 | 30 | 35 |
| Binary | 111000 | 1010011 | 1011100 | 100111 | 1010 | 0 | 1000000 | 11000011 | 11000 | 11101 |
Color Harmonies of #38535C
Complementary color
Monochromatic Colors of #38535C
Black with #38535C
Text Example
Text Example
White with #38535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38535C; }
p { color: rgb(56,83,92); }
H1.HeaderClassName
{
color: #38535C;
}
.AnyTagClassName
{
color: #38535C;
}
</style>
background-color css
<style>
a { background-color: #38535C; }
a { background-color: rgb(56,83,92); }
div.DivClassName
{
background-color: #38535C;
}
.BgClassName
{
background-color: #38535C;
}
</style>
border-color css
<style>
span { border-color: #38535C; }
span { border-color: rgb(56,83,92); }
td.TdClassName
{
border-color: #38535C;
}
.TagClassName
{
border-color: #38535C;
}
</style>