Shades of Cello #434E58
Tints of Cello #434E58
RGB
CMYK
RGB Variations
Color information
#434E58 (or 0x434E58) is known color: Cello. HEX triplet: 43, 4E and 58. RGB value is (67,78,88). Sum of RGB (Red+Green+Blue) = 67+78+88=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #434E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E58 is #BCB1A7. Grayscale: #4B4B4B. Windows color (decimal): -12366248 or 5787203. OLE color: 5787203.
HSL color Cylindrical-coordinate representation of color #434E58: hue angle of 208.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #434E58 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 78 | 88 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.65 |
| HSL | 208.57º | 0.14% | 0.3% | - |
| HSV(B) | 208.57º | 0.24% | 0.35% | - |
| XYZ | 6.8 | 7.35 | 10.29 | - |
| YUV | 75.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 88 | 0.24 | 0.11 | 0 | 0.65 | 208.57 | 0.14 | 0.3 |
| Hex | 43 | 4E | 58 | 18 | B | 0 | 41 | D1 | E | 1E |
| Octal | 103 | 116 | 130 | 30 | 13 | 0 | 101 | 321 | 16 | 36 |
| Binary | 1000011 | 1001110 | 1011000 | 11000 | 1011 | 0 | 1000001 | 11010001 | 1110 | 11110 |
Color Harmonies of #434E58
Complementary color
Monochromatic Colors of #434E58
Black with #434E58
Text Example
Text Example
White with #434E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E58; }
p { color: rgb(67,78,88); }
H1.HeaderClassName
{
color: #434E58;
}
.AnyTagClassName
{
color: #434E58;
}
</style>
background-color css
<style>
a { background-color: #434E58; }
a { background-color: rgb(67,78,88); }
div.DivClassName
{
background-color: #434E58;
}
.BgClassName
{
background-color: #434E58;
}
</style>
border-color css
<style>
span { border-color: #434E58; }
span { border-color: rgb(67,78,88); }
td.TdClassName
{
border-color: #434E58;
}
.TagClassName
{
border-color: #434E58;
}
</style>