Shades of Shark #353639
Tints of Shark #353639
RGB
CMYK
RGB Variations
Color information
#353639 (or 0x353639) is known color: Shark. HEX triplet: 35, 36 and 39. RGB value is (53,54,57). Sum of RGB (Red+Green+Blue) = 53+54+57=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 57 - color contains mainly: blue. Hex color #353639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353639 is #CAC9C6. Grayscale: #363636. Windows color (decimal): -13289927 or 3749429. OLE color: 3749429.
HSL color Cylindrical-coordinate representation of color #353639: hue angle of 225º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353639 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 54 | 57 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.78 |
| HSL | 225º | 0.04% | 0.22% | - |
| HSV(B) | 225º | 0.07% | 0.22% | - |
| XYZ | 3.53 | 3.69 | 4.4 | - |
| YUV | 54.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 57 | 0.07 | 0.05 | 0 | 0.78 | 225 | 0.04 | 0.22 |
| Hex | 35 | 36 | 39 | 7 | 5 | 0 | 4E | E1 | 4 | 16 |
| Octal | 65 | 66 | 71 | 7 | 5 | 0 | 116 | 341 | 4 | 26 |
| Binary | 110101 | 110110 | 111001 | 111 | 101 | 0 | 1001110 | 11100001 | 100 | 10110 |
Color Harmonies of #353639
Complementary color
Monochromatic Colors of #353639
Black with #353639
Text Example
Text Example
White with #353639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353639; }
p { color: rgb(53,54,57); }
H1.HeaderClassName
{
color: #353639;
}
.AnyTagClassName
{
color: #353639;
}
</style>
background-color css
<style>
a { background-color: #353639; }
a { background-color: rgb(53,54,57); }
div.DivClassName
{
background-color: #353639;
}
.BgClassName
{
background-color: #353639;
}
</style>
border-color css
<style>
span { border-color: #353639; }
span { border-color: rgb(53,54,57); }
td.TdClassName
{
border-color: #353639;
}
.TagClassName
{
border-color: #353639;
}
</style>