Html Css Color HEX #23544F Dark Slate Grey

📋 copy color: '#23544F'

red 35 ◦ green 84 ◦ blue 79

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

Shades of Dark Slate Grey #23544F

Tints of Dark Slate Grey #23544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

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

R = 17.68%
G = 42.42%
B = 39.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#23544F (or 0x23544F) is known color: Dark Slate Grey. HEX triplet: 23, 54 and 4F. RGB value is (35,84,79). Sum of RGB (Red+Green+Blue) = 35+84+79=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #23544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23544F is #DCABB0. Grayscale: #444444. Windows color (decimal): -14461873 or 5198883. OLE color: 5198883.

HSL color Cylindrical-coordinate representation of color #23544F: hue angle of 173.88º 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 #23544F is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 84 79 -
CMYK 0.58 0 0.06 0.67
HSL 173.88º 0.41% 0.23% -
HSV(B) 173.88º 0.58% 0.33% -
XYZ 5.27 7.26 8.52 -
YUV 68.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 35 84 79 0.58 0 0.06 0.67 173.88 0.41 0.23
Hex 23 54 4F 3A 0 6 43 AE 29 17
Octal 43 124 117 72 0 6 103 256 51 27
Binary 100011 1010100 1001111 111010 0 110 1000011 10101110 101001 10111

Color Harmonies of #23544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23544F

Black with #23544F

Text Example


Text Example

White with #23544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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