#235756

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

Shades of Dark Slate Grey #235756

Tints of Dark Slate Grey #235756

Color information

#235756 (or 0x235756) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 57 and 56. RGB value is (35,87,86). Sum of RGB (Red+Green+Blue) = 35+87+86=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #235756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235756 is #DCA8A9. Grayscale: #474747. Windows color (decimal): -14461098 or 5658403. OLE color: 5658403.

HSL color Cylindrical-coordinate representation of color #235756: hue angle of 178.85º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235756 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB358786-
CMYK0.6000.010.66
HSL178.85º42.62%23.92%-
HSV(B)178.85º59.77%34.12%-
XYZ5.787.8510.01-
YUV71.34136.27102.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=16.83%
G=41.83%
B=41.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3587860.6000.010.66178.8542.6223.92
Hex2357563C0142b32b18
Octal4312712674011022635330
Binary100011101011110101101111000110000101011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235756; }

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

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

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

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

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

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

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

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