Html Css Color HEX #235957 Dark Slate Grey

📋 copy color: '#235957'

red 35 ◦ green 89 ◦ blue 87

#235957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #235957

Tints of Dark Slate Grey #235957

RGB

 RED value IS 35 (14.06% from 255) = 16.59%

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 16.59%
G = 42.18%
B = 41.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#235957 (or 0x235957) is known color: Dark Slate Grey. HEX triplet: 23, 59 and 57. RGB value is (35,89,87). Sum of RGB (Red+Green+Blue) = 35+89+87=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #235957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235957 is #DCA6A8. Grayscale: #484848. Windows color (decimal): -14460585 or 5724451. OLE color: 5724451.

HSL color Cylindrical-coordinate representation of color #235957: hue angle of 177.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235957 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 89 87 -
CMYK 0.61 0 0.02 0.65
HSL 177.78º 0.44% 0.24% -
HSV(B) 177.78º 0.61% 0.35% -
XYZ 5.99 8.19 10.28 -
YUV 72.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 35 89 87 0.61 0 0.02 0.65 177.78 0.44 0.24
Hex 23 59 57 3D 0 2 41 B2 2C 18
Octal 43 131 127 75 0 2 101 262 54 30
Binary 100011 1011001 1010111 111101 0 10 1000001 10110010 101100 11000

Color Harmonies of #235957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235957

Black with #235957

Text Example


Text Example

White with #235957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235957; }

 p { color: rgb(35,89,87); }

 H1.HeaderClassName
 {
   color: #235957;
 }
 .AnyTagClassName
 {
   color: #235957;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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