Html Css Color HEX #23585B Dark Slate Grey

📋 copy color: '#23585B'

red 35 ◦ green 88 ◦ blue 91

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

Shades of Dark Slate Grey #23585B

Tints of Dark Slate Grey #23585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 16.36%
G = 41.12%
B = 42.52%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23585B (or 0x23585B) is known color: Dark Slate Grey. HEX triplet: 23, 58 and 5B. RGB value is (35,88,91). Sum of RGB (Red+Green+Blue) = 35+88+91=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #23585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23585B is #DCA7A4. Grayscale: #484848. Windows color (decimal): -14460837 or 5986339. OLE color: 5986339.

HSL color Cylindrical-coordinate representation of color #23585B: hue angle of 183.21º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23585B is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 88 91 -
CMYK 0.62 0.03 0 0.64
HSL 183.21º 0.44% 0.25% -
HSV(B) 183.21º 0.62% 0.36% -
XYZ 6.07 8.09 11.14 -
YUV 72.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 35 88 91 0.62 0.03 0 0.64 183.21 0.44 0.25
Hex 23 58 5B 3E 3 0 40 B7 2C 19
Octal 43 130 133 76 3 0 100 267 54 31
Binary 100011 1011000 1011011 111110 11 0 1000000 10110111 101100 11001

Color Harmonies of #23585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23585B

Black with #23585B

Text Example


Text Example

White with #23585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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