Shades of Casal #3A5559
Tints of Casal #3A5559
RGB
CMYK
RGB Variations
Color information
#3A5559 (or 0x3A5559) is known color: Casal. HEX triplet: 3A, 55 and 59. RGB value is (58,85,89). Sum of RGB (Red+Green+Blue) = 58+85+89=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5559 is #C5AAA6. Grayscale: #4D4D4D. Windows color (decimal): -12954279 or 5854522. OLE color: 5854522.
HSL color Cylindrical-coordinate representation of color #3A5559: hue angle of 187.74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5559 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 85 | 89 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.65 |
| HSL | 187.74º | 0.21% | 0.29% | - |
| HSV(B) | 187.74º | 0.35% | 0.35% | - |
| XYZ | 6.8 | 8.12 | 10.66 | - |
| YUV | 77.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 89 | 0.35 | 0.04 | 0 | 0.65 | 187.74 | 0.21 | 0.29 |
| Hex | 3A | 55 | 59 | 23 | 4 | 0 | 41 | BC | 15 | 1D |
| Octal | 72 | 125 | 131 | 43 | 4 | 0 | 101 | 274 | 25 | 35 |
| Binary | 111010 | 1010101 | 1011001 | 100011 | 100 | 0 | 1000001 | 10111100 | 10101 | 11101 |
Color Harmonies of #3A5559
Complementary color
Monochromatic Colors of #3A5559
Black with #3A5559
Text Example
Text Example
White with #3A5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5559; }
p { color: rgb(58,85,89); }
H1.HeaderClassName
{
color: #3A5559;
}
.AnyTagClassName
{
color: #3A5559;
}
</style>
background-color css
<style>
a { background-color: #3A5559; }
a { background-color: rgb(58,85,89); }
div.DivClassName
{
background-color: #3A5559;
}
.BgClassName
{
background-color: #3A5559;
}
</style>
border-color css
<style>
span { border-color: #3A5559; }
span { border-color: rgb(58,85,89); }
td.TdClassName
{
border-color: #3A5559;
}
.TagClassName
{
border-color: #3A5559;
}
</style>