Html Css Color HEX #23524F Dark Slate Grey

📋 copy color: '#23524F'

red 35 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #23524F

Tints of Dark Slate Grey #23524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 17.86%
G = 41.84%
B = 40.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#23524F (or 0x23524F) is known color: Dark Slate Grey. HEX triplet: 23, 52 and 4F. RGB value is (35,82,79). Sum of RGB (Red+Green+Blue) = 35+82+79=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #23524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23524F is #DCADB0. Grayscale: #434343. Windows color (decimal): -14462385 or 5198371. OLE color: 5198371.

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

Color convert

RGB 35 82 79 -
CMYK 0.57 0 0.04 0.68
HSL 176.17º 0.4% 0.23% -
HSV(B) 176.17º 0.57% 0.32% -
XYZ 5.12 6.96 8.47 -
YUV 67.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 35 82 79 0.57 0 0.04 0.68 176.17 0.4 0.23
Hex 23 52 4F 39 0 4 44 B0 28 17
Octal 43 122 117 71 0 4 104 260 50 27
Binary 100011 1010010 1001111 111001 0 100 1000100 10110000 101000 10111

Color Harmonies of #23524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23524F

Black with #23524F

Text Example


Text Example

White with #23524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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