#335152

Color #335152 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #335152

Tints of Dark Slate Grey #335152

Color information

#335152 (or 0x335152) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 51 and 52. RGB value is (51,81,82). Sum of RGB (Red+Green+Blue) = 51+81+82=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #335152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335152 is #CCAEAD. Grayscale: #484848. Windows color (decimal): -13414062 or 5394739. OLE color: 5394739.

HSL color Cylindrical-coordinate representation of color #335152: hue angle of 181.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335152 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB518182-
CMYK0.380.0100.68
HSL181.94º23.31%26.08%-
HSV(B)181.94º37.8%32.16%-
XYZ5.837.29.06-
YUV72.14133.56112.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=23.83%
G=37.85%
B=38.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181820.380.0100.68181.9423.3126.08
Hex335152261044b6171a
Octal6312112246101042662732
Binary11001110100011010010100110101000100101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335152; }

 p { color: rgb(51,81,82); }

 H1.HeaderClassName
 {
   color: #335152;
 }
 .AnyTagClassName
 {
   color: #335152;
 }
</style>
background-color css

<style>
 a { background-color: #335152; }

 a { background-color: rgb(51,81,82); }

 div.DivClassName
 {
   background-color: #335152;
 }
 .BgClassName
 {
   background-color: #335152;
 }
</style>
border-color css

<style>
 span { border-color: #335152; }

 span { border-color: rgb(51,81,82); }

 td.TdClassName
 {
   border-color: #335152;
 }
 .TagClassName
 {
   border-color: #335152;
 }
</style>