#235653

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

Shades of Dark Slate Grey #235653

Tints of Dark Slate Grey #235653

Color information

#235653 (or 0x235653) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 56 and 53. RGB value is (35,86,83). Sum of RGB (Red+Green+Blue) = 35+86+83=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #235653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235653 is #DCA9AC. Grayscale: #464646. Windows color (decimal): -14461357 or 5461539. OLE color: 5461539.

HSL color Cylindrical-coordinate representation of color #235653: hue angle of 176.47º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235653 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB358683-
CMYK0.5900.030.66
HSL176.47º42.15%23.73%-
HSV(B)176.47º59.3%33.73%-
XYZ5.587.649.36-
YUV70.41135.1102.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=17.16%
G=42.16%
B=40.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3586830.5900.030.66176.4742.1523.73
Hex2356533B0342b02a18
Octal4312612373031022605230
Binary1000111010110101001111101101110000101011000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235653; }

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

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

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

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

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

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

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

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