#355052

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

Shades of Dark Slate Grey #355052

Tints of Dark Slate Grey #355052

Color information

#355052 (or 0x355052) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 50 and 52. RGB value is (53,80,82). Sum of RGB (Red+Green+Blue) = 53+80+82=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #355052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355052 is #CAAFAD. Grayscale: #484848. Windows color (decimal): -13283246 or 5394485. OLE color: 5394485.

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

Color convert

RGB538082-
CMYK0.350.0200.68
HSL184.14º21.48%26.47%-
HSV(B)184.14º35.37%32.16%-
XYZ5.867.19.04-
YUV72.16133.55114.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=24.65%
G=37.21%
B=38.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5380820.350.0200.68184.1421.4826.47
Hex355052232044b8151a
Octal6512012243201042702532
Binary110101101000010100101000111001000100101110001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355052; }

 p { color: rgb(53,80,82); }

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

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

 a { background-color: rgb(53,80,82); }

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

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

 span { border-color: rgb(53,80,82); }

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