#23504D

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

Shades of Dark Slate Grey #23504D

Tints of Dark Slate Grey #23504D

Color information

#23504D (or 0x23504D) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 50 and 4D. RGB value is (35,80,77). Sum of RGB (Red+Green+Blue) = 35+80+77=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #23504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23504D is #DCAFB2. Grayscale: #424242. Windows color (decimal): -14462899 or 5066787. OLE color: 5066787.

HSL color Cylindrical-coordinate representation of color #23504D: hue angle of 176º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23504D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB358077-
CMYK0.5600.040.69
HSL176º39.13%22.55%-
HSV(B)176º56.25%31.37%-
XYZ4.96.638.04-
YUV66.2134.09105.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=18.23%
G=41.67%
B=40.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580770.5600.040.6917639.1322.55
Hex23504D380445b02717
Octal4312011570041052604727
Binary10001110100001001101111000010010001011011000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23504D; }

 p { color: rgb(35,80,77); }

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

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

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

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

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

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

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