Shades of Casal #38555D
Tints of Casal #38555D
RGB
CMYK
RGB Variations
Color information
#38555D (or 0x38555D) is known color: Casal. HEX triplet: 38, 55 and 5D. RGB value is (56,85,93). Sum of RGB (Red+Green+Blue) = 56+85+93=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #38555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555D is #C7AAA2. Grayscale: #4D4D4D. Windows color (decimal): -13085347 or 6116664. OLE color: 6116664.
HSL color Cylindrical-coordinate representation of color #38555D: hue angle of 192.97º 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 #38555D is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 85 | 93 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.64 |
| HSL | 192.97º | 0.25% | 0.29% | - |
| HSV(B) | 192.97º | 0.4% | 0.36% | - |
| XYZ | 6.86 | 8.13 | 11.56 | - |
| YUV | 77.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 93 | 0.40 | 0.09 | 0 | 0.64 | 192.97 | 0.25 | 0.29 |
| Hex | 38 | 55 | 5D | 28 | 9 | 0 | 40 | C1 | 19 | 1D |
| Octal | 70 | 125 | 135 | 50 | 11 | 0 | 100 | 301 | 31 | 35 |
| Binary | 111000 | 1010101 | 1011101 | 101000 | 1001 | 0 | 1000000 | 11000001 | 11001 | 11101 |
Color Harmonies of #38555D
Complementary color
Monochromatic Colors of #38555D
Black with #38555D
Text Example
Text Example
White with #38555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38555D; }
p { color: rgb(56,85,93); }
H1.HeaderClassName
{
color: #38555D;
}
.AnyTagClassName
{
color: #38555D;
}
</style>
background-color css
<style>
a { background-color: #38555D; }
a { background-color: rgb(56,85,93); }
div.DivClassName
{
background-color: #38555D;
}
.BgClassName
{
background-color: #38555D;
}
</style>
border-color css
<style>
span { border-color: #38555D; }
span { border-color: rgb(56,85,93); }
td.TdClassName
{
border-color: #38555D;
}
.TagClassName
{
border-color: #38555D;
}
</style>