#235455

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

Shades of Dark Slate Grey #235455

Tints of Dark Slate Grey #235455

Color information

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

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

Color convert

RGB358485-
CMYK0.590.0100.67
HSL181.2º41.67%23.53%-
HSV(B)181.2º58.82%33.33%-
XYZ5.57.359.72-
YUV69.46136.77103.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584850.590.0100.67181.241.6723.53
Hex2354553B1043b52a18
Octal4312412573101032655230
Binary100011101010010101011110111010000111011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235455; }

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

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

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

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

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

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

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

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