#355051

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

Shades of Dark Slate Grey #355051

Tints of Dark Slate Grey #355051

Color information

#355051 (or 0x355051) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 50 and 51. RGB value is (53,80,81). Sum of RGB (Red+Green+Blue) = 53+80+81=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #355051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355051 is #CAAFAE. Grayscale: #484848. Windows color (decimal): -13283247 or 5328949. OLE color: 5328949.

HSL color Cylindrical-coordinate representation of color #355051: hue angle of 182.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 #355051 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB538081-
CMYK0.350.0100.68
HSL182.14º20.9%26.27%-
HSV(B)182.14º34.57%31.76%-
XYZ5.827.098.85-
YUV72.04133.05114.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=24.77%
G=37.38%
B=37.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5380810.350.0100.68182.1420.926.27
Hex355051231044b6151a
Octal6512012143101042662532
Binary11010110100001010001100011101000100101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355051; }

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

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

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

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

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

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

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

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