Html Css Color HEX #23575A Dark Slate Grey

📋 copy color: '#23575A'

red 35 ◦ green 87 ◦ blue 90

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

Shades of Dark Slate Grey #23575A

Tints of Dark Slate Grey #23575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.04%

 BLUE value IS 90 (35.55% from 255) = 42.45%

R = 16.51%
G = 41.04%
B = 42.45%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23575A (or 0x23575A) is known color: Dark Slate Grey. HEX triplet: 23, 57 and 5A. RGB value is (35,87,90). Sum of RGB (Red+Green+Blue) = 35+87+90=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #23575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23575A is #DCA8A5. Grayscale: #474747. Windows color (decimal): -14461094 or 5920547. OLE color: 5920547.

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

Color convert

RGB 35 87 90 -
CMYK 0.61 0.03 0 0.65
HSL 183.27º 0.44% 0.25% -
HSV(B) 183.27º 0.61% 0.35% -
XYZ 5.95 7.91 10.89 -
YUV 71.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 35 87 90 0.61 0.03 0 0.65 183.27 0.44 0.25
Hex 23 57 5A 3D 3 0 41 B7 2C 19
Octal 43 127 132 75 3 0 101 267 54 31
Binary 100011 1010111 1011010 111101 11 0 1000001 10110111 101100 11001

Color Harmonies of #23575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23575A

Black with #23575A

Text Example


Text Example

White with #23575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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