Html Css Color HEX #23524D Dark Slate Grey

📋 copy color: '#23524D'

red 35 ◦ green 82 ◦ blue 77

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

Shades of Dark Slate Grey #23524D

Tints of Dark Slate Grey #23524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 18.04%
G = 42.27%
B = 39.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#23524D (or 0x23524D) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 4D. RGB value is (35,82,77). Sum of RGB (Red+Green+Blue) = 35+82+77=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #23524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23524D is #DCADB2. Grayscale: #434343. Windows color (decimal): -14462387 or 5067299. OLE color: 5067299.

HSL color Cylindrical-coordinate representation of color #23524D: hue angle of 173.62º 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 #23524D is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 82 77 -
CMYK 0.57 0 0.06 0.68
HSL 173.62º 0.4% 0.23% -
HSV(B) 173.62º 0.57% 0.32% -
XYZ 5.05 6.93 8.09 -
YUV 67.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 35 82 77 0.57 0 0.06 0.68 173.62 0.4 0.23
Hex 23 52 4D 39 0 6 44 AE 28 17
Octal 43 122 115 71 0 6 104 256 50 27
Binary 100011 1010010 1001101 111001 0 110 1000100 10101110 101000 10111

Color Harmonies of #23524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23524D

Black with #23524D

Text Example


Text Example

White with #23524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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