#235755

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

Shades of Dark Slate Grey #235755

Tints of Dark Slate Grey #235755

Color information

#235755 (or 0x235755) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 57 and 55. RGB value is (35,87,85). Sum of RGB (Red+Green+Blue) = 35+87+85=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #235755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235755 is #DCA8AA. Grayscale: #474747. Windows color (decimal): -14461099 or 5592867. OLE color: 5592867.

HSL color Cylindrical-coordinate representation of color #235755: hue angle of 177.69º 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 #235755 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB358785-
CMYK0.6000.020.66
HSL177.69º42.62%23.92%-
HSV(B)177.69º59.77%34.12%-
XYZ5.747.839.8-
YUV71.22135.77102.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=16.91%
G=42.03%
B=41.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3587850.6000.020.66177.6942.6223.92
Hex2357553C0242b22b18
Octal4312712574021022625330
Binary1000111010111101010111110001010000101011001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235755; }

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

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

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

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

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

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

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

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