#235552

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

Shades of Dark Slate Grey #235552

Tints of Dark Slate Grey #235552

Color information

#235552 (or 0x235552) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 55 and 52. RGB value is (35,85,82). Sum of RGB (Red+Green+Blue) = 35+85+82=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #235552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235552 is #DCAAAD. Grayscale: #454545. Windows color (decimal): -14461614 or 5395747. OLE color: 5395747.

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

Color convert

RGB358582-
CMYK0.5900.040.67
HSL176.4º41.67%23.53%-
HSV(B)176.4º58.82%33.33%-
XYZ5.467.469.14-
YUV69.71134.94103.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=17.33%
G=42.08%
B=40.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585820.5900.040.67176.441.6723.53
Hex2355523B0443b02a18
Octal4312512273041032605230
Binary10001110101011010010111011010010000111011000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235552; }

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

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

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

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

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

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

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

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