#235555

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

Shades of Dark Slate Grey #235555

Tints of Dark Slate Grey #235555

Color information

#235555 (or 0x235555) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 55 and 55. RGB value is (35,85,85). Sum of RGB (Red+Green+Blue) = 35+85+85=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #235555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235555 is #DCAAAA. Grayscale: #464646. Windows color (decimal): -14461611 or 5592355. OLE color: 5592355.

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

Color convert

RGB358585-
CMYK0.59000.67
HSL180º41.67%23.53%-
HSV(B)180º58.82%33.33%-
XYZ5.587.519.75-
YUV70.05136.44103-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=17.07%
G=41.46%
B=41.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585850.59000.6718041.6723.53
Hex2355553B0043b42a18
Octal4312512573001032645230
Binary100011101010110101011110110010000111011010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235555; }

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

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

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

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

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

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

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

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