Shades of Casal #434F52
Tints of Casal #434F52
RGB
CMYK
RGB Variations
Color information
#434F52 (or 0x434F52) is known color: Casal. HEX triplet: 43, 4F and 52. RGB value is (67,79,82). Sum of RGB (Red+Green+Blue) = 67+79+82=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #434F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F52 is #BCB0AD. Grayscale: #4B4B4B. Windows color (decimal): -12365998 or 5394243. OLE color: 5394243.
HSL color Cylindrical-coordinate representation of color #434F52: hue angle of 192º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434F52 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 79 | 82 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.68 |
| HSL | 192º | 0.1% | 0.29% | - |
| HSV(B) | 192º | 0.18% | 0.32% | - |
| XYZ | 6.63 | 7.39 | 9.06 | - |
| YUV | 75.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 82 | 0.18 | 0.04 | 0 | 0.68 | 192 | 0.1 | 0.29 |
| Hex | 43 | 4F | 52 | 12 | 4 | 0 | 44 | C0 | A | 1D |
| Octal | 103 | 117 | 122 | 22 | 4 | 0 | 104 | 300 | 12 | 35 |
| Binary | 1000011 | 1001111 | 1010010 | 10010 | 100 | 0 | 1000100 | 11000000 | 1010 | 11101 |
Color Harmonies of #434F52
Complementary color
Monochromatic Colors of #434F52
Black with #434F52
Text Example
Text Example
White with #434F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F52; }
p { color: rgb(67,79,82); }
H1.HeaderClassName
{
color: #434F52;
}
.AnyTagClassName
{
color: #434F52;
}
</style>
background-color css
<style>
a { background-color: #434F52; }
a { background-color: rgb(67,79,82); }
div.DivClassName
{
background-color: #434F52;
}
.BgClassName
{
background-color: #434F52;
}
</style>
border-color css
<style>
span { border-color: #434F52; }
span { border-color: rgb(67,79,82); }
td.TdClassName
{
border-color: #434F52;
}
.TagClassName
{
border-color: #434F52;
}
</style>