#235958

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

Shades of Dark Slate Grey #235958

Tints of Dark Slate Grey #235958

Color information

#235958 (or 0x235958) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 59 and 58. RGB value is (35,89,88). Sum of RGB (Red+Green+Blue) = 35+89+88=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #235958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235958 is #DCA6A7. Grayscale: #484848. Windows color (decimal): -14460584 or 5789987. OLE color: 5789987.

HSL color Cylindrical-coordinate representation of color #235958: hue angle of 178.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235958 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB358988-
CMYK0.6100.010.65
HSL178.89º43.55%24.31%-
HSV(B)178.89º60.67%34.9%-
XYZ6.038.2110.5-
YUV72.74136.61101.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=16.51%
G=41.98%
B=41.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589880.6100.010.65178.8943.5524.31
Hex2359583D0141b32c18
Octal4313113075011012635430
Binary100011101100110110001111010110000011011001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235958; }

 p { color: rgb(35,89,88); }

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

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

 a { background-color: rgb(35,89,88); }

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

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

 span { border-color: rgb(35,89,88); }

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