#235152

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

Shades of Dark Slate Grey #235152

Tints of Dark Slate Grey #235152

Color information

#235152 (or 0x235152) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 51 and 52. RGB value is (35,81,82). Sum of RGB (Red+Green+Blue) = 35+81+82=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #235152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235152 is #DCAEAD. Grayscale: #434343. Windows color (decimal): -14462638 or 5394723. OLE color: 5394723.

HSL color Cylindrical-coordinate representation of color #235152: hue angle of 181.28º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #235152 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB358182-
CMYK0.570.0100.68
HSL181.28º40.17%22.94%-
HSV(B)181.28º57.32%32.16%-
XYZ5.166.859.03-
YUV67.36136.26104.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=17.68%
G=40.91%
B=41.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3581820.570.0100.68181.2840.1722.94
Hex235152391044b52817
Octal4312112271101042655027
Binary100011101000110100101110011010001001011010110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235152; }

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

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

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

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

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

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

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

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