Shades of Casal #34545D
Tints of Casal #34545D
RGB
CMYK
RGB Variations
Color information
#34545D (or 0x34545D) is known color: Casal. HEX triplet: 34, 54 and 5D. RGB value is (52,84,93). Sum of RGB (Red+Green+Blue) = 52+84+93=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #34545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34545D is #CBABA2. Grayscale: #4B4B4B. Windows color (decimal): -13347747 or 6116404. OLE color: 6116404.
HSL color Cylindrical-coordinate representation of color #34545D: hue angle of 193.17º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34545D is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 84 | 93 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.64 |
| HSL | 193.17º | 0.28% | 0.28% | - |
| HSV(B) | 193.17º | 0.44% | 0.36% | - |
| XYZ | 6.56 | 7.86 | 11.53 | - |
| YUV | 75.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 93 | 0.44 | 0.10 | 0 | 0.64 | 193.17 | 0.28 | 0.28 |
| Hex | 34 | 54 | 5D | 2C | A | 0 | 40 | C1 | 1C | 1C |
| Octal | 64 | 124 | 135 | 54 | 12 | 0 | 100 | 301 | 34 | 34 |
| Binary | 110100 | 1010100 | 1011101 | 101100 | 1010 | 0 | 1000000 | 11000001 | 11100 | 11100 |
Color Harmonies of #34545D
Complementary color
Monochromatic Colors of #34545D
Black with #34545D
Text Example
Text Example
White with #34545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34545D; }
p { color: rgb(52,84,93); }
H1.HeaderClassName
{
color: #34545D;
}
.AnyTagClassName
{
color: #34545D;
}
</style>
background-color css
<style>
a { background-color: #34545D; }
a { background-color: rgb(52,84,93); }
div.DivClassName
{
background-color: #34545D;
}
.BgClassName
{
background-color: #34545D;
}
</style>
border-color css
<style>
span { border-color: #34545D; }
span { border-color: rgb(52,84,93); }
td.TdClassName
{
border-color: #34545D;
}
.TagClassName
{
border-color: #34545D;
}
</style>