#235654

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

Shades of Dark Slate Grey #235654

Tints of Dark Slate Grey #235654

Color information

#235654 (or 0x235654) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 56 and 54. RGB value is (35,86,84). Sum of RGB (Red+Green+Blue) = 35+86+84=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #235654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235654 is #DCA9AB. Grayscale: #464646. Windows color (decimal): -14461356 or 5527075. OLE color: 5527075.

HSL color Cylindrical-coordinate representation of color #235654: hue angle of 177.65º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235654 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB358684-
CMYK0.5900.020.66
HSL177.65º42.15%23.73%-
HSV(B)177.65º59.3%33.73%-
XYZ5.627.659.57-
YUV70.52135.6102.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=17.07%
G=41.95%
B=40.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3586840.5900.020.66177.6542.1523.73
Hex2356543B0242b22a18
Octal4312612473021022625230
Binary1000111010110101010011101101010000101011001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235654; }

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

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

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

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

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

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

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

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