#23585B

Color #23585B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #23585B

Tints of Dark Slate Grey #23585B

Color information

#23585B (or 0x23585B) is unknown color: approx 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

RGB358891-
CMYK0.620.0300.64
HSL183.21º44.44%24.71%-
HSV(B)183.21º61.54%35.69%-
XYZ6.078.0911.14-
YUV72.49138.44101.26-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3588910.620.0300.64183.2144.4424.71
Hex23585B3E3040b72c19
Octal4313013376301002675431
Binary1000111011000101101111111011010000001011011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>