#235658

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

Shades of Dark Slate Grey #235658

Tints of Dark Slate Grey #235658

Color information

#235658 (or 0x235658) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 56 and 58. RGB value is (35,86,88). Sum of RGB (Red+Green+Blue) = 35+86+88=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #235658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235658 is #DCA9A7. Grayscale: #464646. Windows color (decimal): -14461352 or 5789219. OLE color: 5789219.

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

Color convert

RGB358688-
CMYK0.600.0200.65
HSL182.26º43.09%24.12%-
HSV(B)182.26º60.23%34.51%-
XYZ5.787.7210.42-
YUV70.98137.6102.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=16.75%
G=41.15%
B=42.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3586880.600.0200.65182.2643.0924.12
Hex2356583C2041b62b18
Octal4312613074201012665330
Binary1000111010110101100011110010010000011011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235658; }

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

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

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

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

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

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

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

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