#235050

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

Shades of Dark Slate Grey #235050

Tints of Dark Slate Grey #235050

Color information

#235050 (or 0x235050) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 50 and 50. RGB value is (35,80,80). Sum of RGB (Red+Green+Blue) = 35+80+80=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #235050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235050 is #DCAFAF. Grayscale: #424242. Windows color (decimal): -14462896 or 5263395. OLE color: 5263395.

HSL color Cylindrical-coordinate representation of color #235050: hue angle of 180º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235050 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB358080-
CMYK0.56000.69
HSL180º39.13%22.55%-
HSV(B)180º56.25%31.37%-
XYZ5.016.678.61-
YUV66.54135.59105.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=17.95%
G=41.03%
B=41.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3580800.56000.6918039.1322.55
Hex235050380045b42717
Octal4312012070001052644727
Binary100011101000010100001110000010001011011010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235050; }

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

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

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

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

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

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

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

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