Shades of Cello #434F58
Tints of Cello #434F58
RGB
CMYK
RGB Variations
Color information
#434F58 (or 0x434F58) is known color: Cello. HEX triplet: 43, 4F and 58. RGB value is (67,79,88). Sum of RGB (Red+Green+Blue) = 67+79+88=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #434F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F58 is #BCB0A7. Grayscale: #4C4C4C. Windows color (decimal): -12365992 or 5787459. OLE color: 5787459.
HSL color Cylindrical-coordinate representation of color #434F58: hue angle of 205.71º 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 #434F58 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 79 | 88 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.65 |
| HSL | 205.71º | 0.14% | 0.3% | - |
| HSV(B) | 205.71º | 0.24% | 0.35% | - |
| XYZ | 6.87 | 7.49 | 10.32 | - |
| YUV | 76.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 88 | 0.24 | 0.10 | 0 | 0.65 | 205.71 | 0.14 | 0.3 |
| Hex | 43 | 4F | 58 | 18 | A | 0 | 41 | CE | E | 1E |
| Octal | 103 | 117 | 130 | 30 | 12 | 0 | 101 | 316 | 16 | 36 |
| Binary | 1000011 | 1001111 | 1011000 | 11000 | 1010 | 0 | 1000001 | 11001110 | 1110 | 11110 |
Color Harmonies of #434F58
Complementary color
Monochromatic Colors of #434F58
Black with #434F58
Text Example
Text Example
White with #434F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F58; }
p { color: rgb(67,79,88); }
H1.HeaderClassName
{
color: #434F58;
}
.AnyTagClassName
{
color: #434F58;
}
</style>
background-color css
<style>
a { background-color: #434F58; }
a { background-color: rgb(67,79,88); }
div.DivClassName
{
background-color: #434F58;
}
.BgClassName
{
background-color: #434F58;
}
</style>
border-color css
<style>
span { border-color: #434F58; }
span { border-color: rgb(67,79,88); }
td.TdClassName
{
border-color: #434F58;
}
.TagClassName
{
border-color: #434F58;
}
</style>