#335054

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

Shades of Dark Slate Grey #335054

Tints of Dark Slate Grey #335054

Color information

#335054 (or 0x335054) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 50 and 54. RGB value is (51,80,84). Sum of RGB (Red+Green+Blue) = 51+80+84=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #335054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335054 is #CCAFAB. Grayscale: #474747. Windows color (decimal): -13414316 or 5525555. OLE color: 5525555.

HSL color Cylindrical-coordinate representation of color #335054: hue angle of 187.27º 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 #335054 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB518084-
CMYK0.390.0500.67
HSL187.27º24.44%26.47%-
HSV(B)187.27º39.29%32.94%-
XYZ5.837.089.45-
YUV71.78134.89113.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=23.72%
G=37.21%
B=39.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5180840.390.0500.67187.2724.4426.47
Hex335054275043bb181a
Octal6312012447501032733032
Binary1100111010000101010010011110101000011101110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335054; }

 p { color: rgb(51,80,84); }

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

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

 a { background-color: rgb(51,80,84); }

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

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

 span { border-color: rgb(51,80,84); }

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