#235554

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

Shades of Dark Slate Grey #235554

Tints of Dark Slate Grey #235554

Color information

#235554 (or 0x235554) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 55 and 54. RGB value is (35,85,84). Sum of RGB (Red+Green+Blue) = 35+85+84=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #235554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235554 is #DCAAAB. Grayscale: #454545. Windows color (decimal): -14461612 or 5526819. OLE color: 5526819.

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

Color convert

RGB358584-
CMYK0.5900.010.67
HSL178.8º41.67%23.53%-
HSV(B)178.8º58.82%33.33%-
XYZ5.547.499.54-
YUV69.94135.94103.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=17.16%
G=41.67%
B=41.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585840.5900.010.67178.841.6723.53
Hex2355543B0143b32a18
Octal4312512473011032635230
Binary100011101010110101001110110110000111011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235554; }

 p { color: rgb(35,85,84); }

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

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

 a { background-color: rgb(35,85,84); }

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

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

 span { border-color: rgb(35,85,84); }

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