#235659

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

Shades of Dark Slate Grey #235659

Tints of Dark Slate Grey #235659

Color information

#235659 (or 0x235659) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 56 and 59. RGB value is (35,86,89). Sum of RGB (Red+Green+Blue) = 35+86+89=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #235659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235659 is #DCA9A6. Grayscale: #474747. Windows color (decimal): -14461351 or 5854755. OLE color: 5854755.

HSL color Cylindrical-coordinate representation of color #235659: hue angle of 183.33º 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 #235659 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB358689-
CMYK0.610.0300.65
HSL183.33º43.55%24.31%-
HSV(B)183.33º60.67%34.9%-
XYZ5.827.7310.64-
YUV71.09138.1102.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.67%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=16.67%
G=40.95%
B=42.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3586890.610.0300.65183.3343.5524.31
Hex2356593D3041b72c18
Octal4312613175301012675430
Binary1000111010110101100111110111010000011011011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235659; }

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

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

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

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

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

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

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

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