#235153

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

Shades of Dark Slate Grey #235153

Tints of Dark Slate Grey #235153

Color information

#235153 (or 0x235153) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 51 and 53. RGB value is (35,81,83). Sum of RGB (Red+Green+Blue) = 35+81+83=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #235153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235153 is #DCAEAC. Grayscale: #434343. Windows color (decimal): -14462637 or 5460259. OLE color: 5460259.

HSL color Cylindrical-coordinate representation of color #235153: hue angle of 182.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235153 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB358183-
CMYK0.580.0200.67
HSL182.5º40.68%23.14%-
HSV(B)182.5º57.83%32.55%-
XYZ5.26.879.24-
YUV67.47136.76104.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=17.59%
G=40.70%
B=41.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3581830.580.0200.67182.540.6823.14
Hex2351533A2043b62917
Octal4312112372201032665127
Binary1000111010001101001111101010010000111011011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235153; }

 p { color: rgb(35,81,83); }

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

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

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

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

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

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

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