Shades of Shark #353638
Tints of Shark #353638
RGB
CMYK
RGB Variations
Color information
#353638 (or 0x353638) is known color: Shark. HEX triplet: 35, 36 and 38. RGB value is (53,54,56). Sum of RGB (Red+Green+Blue) = 53+54+56=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 56 - color contains mainly: blue. Hex color #353638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353638 is #CAC9C7. Grayscale: #353535. Windows color (decimal): -13289928 or 3683893. OLE color: 3683893.
HSL color Cylindrical-coordinate representation of color #353638: hue angle of 220º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #353638 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 54 | 56 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.78 |
| HSL | 220º | 0.03% | 0.21% | - |
| HSV(B) | 220º | 0.05% | 0.22% | - |
| XYZ | 3.5 | 3.68 | 4.27 | - |
| YUV | 53.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 56 | 0.05 | 0.04 | 0 | 0.78 | 220 | 0.03 | 0.21 |
| Hex | 35 | 36 | 38 | 5 | 4 | 0 | 4E | DC | 3 | 15 |
| Octal | 65 | 66 | 70 | 5 | 4 | 0 | 116 | 334 | 3 | 25 |
| Binary | 110101 | 110110 | 111000 | 101 | 100 | 0 | 1001110 | 11011100 | 11 | 10101 |
Color Harmonies of #353638
Complementary color
Monochromatic Colors of #353638
Black with #353638
Text Example
Text Example
White with #353638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353638; }
p { color: rgb(53,54,56); }
H1.HeaderClassName
{
color: #353638;
}
.AnyTagClassName
{
color: #353638;
}
</style>
background-color css
<style>
a { background-color: #353638; }
a { background-color: rgb(53,54,56); }
div.DivClassName
{
background-color: #353638;
}
.BgClassName
{
background-color: #353638;
}
</style>
border-color css
<style>
span { border-color: #353638; }
span { border-color: rgb(53,54,56); }
td.TdClassName
{
border-color: #353638;
}
.TagClassName
{
border-color: #353638;
}
</style>