#235957

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

Shades of Dark Slate Grey #235957

Tints of Dark Slate Grey #235957

Color information

#235957 (or 0x235957) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 59 and 57. RGB value is (35,89,87). Sum of RGB (Red+Green+Blue) = 35+89+87=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #235957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235957 is #DCA6A8. Grayscale: #484848. Windows color (decimal): -14460585 or 5724451. OLE color: 5724451.

HSL color Cylindrical-coordinate representation of color #235957: hue angle of 177.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235957 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB358987-
CMYK0.6100.020.65
HSL177.78º43.55%24.31%-
HSV(B)177.78º60.67%34.9%-
XYZ5.998.1910.28-
YUV72.63136.11101.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=16.59%
G=42.18%
B=41.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589870.6100.020.65177.7843.5524.31
Hex2359573D0241b22c18
Octal4313112775021012625430
Binary1000111011001101011111110101010000011011001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235957; }

 p { color: rgb(35,89,87); }

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

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

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

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

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

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

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