#235352

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

Shades of Dark Slate Grey #235352

Tints of Dark Slate Grey #235352

Color information

#235352 (or 0x235352) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 53 and 52. RGB value is (35,83,82). Sum of RGB (Red+Green+Blue) = 35+83+82=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #235352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235352 is #DCACAD. Grayscale: #444444. Windows color (decimal): -14462126 or 5395235. OLE color: 5395235.

HSL color Cylindrical-coordinate representation of color #235352: hue angle of 178.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235352 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB358382-
CMYK0.5800.010.67
HSL178.75º40.68%23.14%-
HSV(B)178.75º57.83%32.55%-
XYZ5.317.159.08-
YUV68.53135.6104.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 82 (32.42% from 255) = 41%
R=17.5%
G=41.5%
B=41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583820.5800.010.67178.7540.6823.14
Hex2353523A0143b32917
Octal4312312272011032635127
Binary100011101001110100101110100110000111011001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235352; }

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

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

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

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

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

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

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

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