Html Css Color HEX #23585A Dark Slate Grey

📋 copy color: '#23585A'

red 35 ◦ green 88 ◦ blue 90

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

Shades of Dark Slate Grey #23585A

Tints of Dark Slate Grey #23585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

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

R = 16.43%
G = 41.31%
B = 42.25%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23585A (or 0x23585A) is known color: Dark Slate Grey. HEX triplet: 23, 58 and 5A. RGB value is (35,88,90). Sum of RGB (Red+Green+Blue) = 35+88+90=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #23585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23585A is #DCA7A5. Grayscale: #484848. Windows color (decimal): -14460838 or 5920803. OLE color: 5920803.

HSL color Cylindrical-coordinate representation of color #23585A: hue angle of 182.18º 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 #23585A is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 88 90 -
CMYK 0.61 0.02 0 0.65
HSL 182.18º 0.44% 0.25% -
HSV(B) 182.18º 0.61% 0.35% -
XYZ 6.03 8.07 10.91 -
YUV 72.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 35 88 90 0.61 0.02 0 0.65 182.18 0.44 0.25
Hex 23 58 5A 3D 2 0 41 B6 2C 19
Octal 43 130 132 75 2 0 101 266 54 31
Binary 100011 1011000 1011010 111101 10 0 1000001 10110110 101100 11001

Color Harmonies of #23585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23585A

Black with #23585A

Text Example


Text Example

White with #23585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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