#235550

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

Shades of Dark Slate Grey #235550

Tints of Dark Slate Grey #235550

Color information

#235550 (or 0x235550) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 55 and 50. RGB value is (35,85,80). Sum of RGB (Red+Green+Blue) = 35+85+80=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #235550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235550 is #DCAAAF. Grayscale: #454545. Windows color (decimal): -14461616 or 5264675. OLE color: 5264675.

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

Color convert

RGB358580-
CMYK0.5900.060.67
HSL174º41.67%23.53%-
HSV(B)174º58.82%33.33%-
XYZ5.397.438.74-
YUV69.48133.94103.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=17.5%
G=42.5%
B=40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585800.5900.060.6717441.6723.53
Hex2355503B0643ae2a18
Octal4312512073061032565230
Binary10001110101011010000111011011010000111010111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235550; }

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

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

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

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

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

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

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

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