Shades of Casal #38555A
Tints of Casal #38555A
RGB
CMYK
RGB Variations
Color information
#38555A (or 0x38555A) is known color: Casal. HEX triplet: 38, 55 and 5A. RGB value is (56,85,90). Sum of RGB (Red+Green+Blue) = 56+85+90=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #38555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555A is #C7AAA5. Grayscale: #4C4C4C. Windows color (decimal): -13085350 or 5920056. OLE color: 5920056.
HSL color Cylindrical-coordinate representation of color #38555A: hue angle of 188.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38555A is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 85 | 90 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.65 |
| HSL | 188.82º | 0.23% | 0.29% | - |
| HSV(B) | 188.82º | 0.38% | 0.35% | - |
| XYZ | 6.72 | 8.08 | 10.88 | - |
| YUV | 76.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 90 | 0.38 | 0.06 | 0 | 0.65 | 188.82 | 0.23 | 0.29 |
| Hex | 38 | 55 | 5A | 26 | 6 | 0 | 41 | BD | 17 | 1D |
| Octal | 70 | 125 | 132 | 46 | 6 | 0 | 101 | 275 | 27 | 35 |
| Binary | 111000 | 1010101 | 1011010 | 100110 | 110 | 0 | 1000001 | 10111101 | 10111 | 11101 |
Color Harmonies of #38555A
Complementary color
Monochromatic Colors of #38555A
Black with #38555A
Text Example
Text Example
White with #38555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38555A; }
p { color: rgb(56,85,90); }
H1.HeaderClassName
{
color: #38555A;
}
.AnyTagClassName
{
color: #38555A;
}
</style>
background-color css
<style>
a { background-color: #38555A; }
a { background-color: rgb(56,85,90); }
div.DivClassName
{
background-color: #38555A;
}
.BgClassName
{
background-color: #38555A;
}
</style>
border-color css
<style>
span { border-color: #38555A; }
span { border-color: rgb(56,85,90); }
td.TdClassName
{
border-color: #38555A;
}
.TagClassName
{
border-color: #38555A;
}
</style>