#335153

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

Shades of Dark Slate Grey #335153

Tints of Dark Slate Grey #335153

Color information

#335153 (or 0x335153) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 51 and 53. RGB value is (51,81,83). Sum of RGB (Red+Green+Blue) = 51+81+83=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #335153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335153 is #CCAEAC. Grayscale: #484848. Windows color (decimal): -13414061 or 5460275. OLE color: 5460275.

HSL color Cylindrical-coordinate representation of color #335153: hue angle of 183.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335153 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB518183-
CMYK0.390.0200.67
HSL183.75º23.88%26.27%-
HSV(B)183.75º38.55%32.55%-
XYZ5.877.219.27-
YUV72.26134.06112.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=23.72%
G=37.67%
B=38.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5181830.390.0200.67183.7523.8826.27
Hex335153272043b8181a
Octal6312112347201032703032
Binary110011101000110100111001111001000011101110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335153; }

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

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

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

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

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

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

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

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