Shades of Casal #43555B
Tints of Casal #43555B
RGB
CMYK
RGB Variations
Color information
#43555B (or 0x43555B) is known color: Casal. HEX triplet: 43, 55 and 5B. RGB value is (67,85,91). Sum of RGB (Red+Green+Blue) = 67+85+91=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #43555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43555B is #BCAAA4. Grayscale: #505050. Windows color (decimal): -12364453 or 5985603. OLE color: 5985603.
HSL color Cylindrical-coordinate representation of color #43555B: hue angle of 195º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43555B is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 85 | 91 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.64 |
| HSL | 195º | 0.15% | 0.31% | - |
| HSV(B) | 195º | 0.26% | 0.36% | - |
| XYZ | 7.45 | 8.45 | 11.13 | - |
| YUV | 80.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 91 | 0.26 | 0.07 | 0 | 0.64 | 195 | 0.15 | 0.31 |
| Hex | 43 | 55 | 5B | 1A | 7 | 0 | 40 | C3 | F | 1F |
| Octal | 103 | 125 | 133 | 32 | 7 | 0 | 100 | 303 | 17 | 37 |
| Binary | 1000011 | 1010101 | 1011011 | 11010 | 111 | 0 | 1000000 | 11000011 | 1111 | 11111 |
Color Harmonies of #43555B
Complementary color
Monochromatic Colors of #43555B
Black with #43555B
Text Example
Text Example
White with #43555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43555B; }
p { color: rgb(67,85,91); }
H1.HeaderClassName
{
color: #43555B;
}
.AnyTagClassName
{
color: #43555B;
}
</style>
background-color css
<style>
a { background-color: #43555B; }
a { background-color: rgb(67,85,91); }
div.DivClassName
{
background-color: #43555B;
}
.BgClassName
{
background-color: #43555B;
}
</style>
border-color css
<style>
span { border-color: #43555B; }
span { border-color: rgb(67,85,91); }
td.TdClassName
{
border-color: #43555B;
}
.TagClassName
{
border-color: #43555B;
}
</style>