#23565A

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

Shades of Dark Slate Grey #23565A

Tints of Dark Slate Grey #23565A

Color information

#23565A (or 0x23565A) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 56 and 5A. RGB value is (35,86,90). Sum of RGB (Red+Green+Blue) = 35+86+90=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #23565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23565A is #DCA9A5. Grayscale: #474747. Windows color (decimal): -14461350 or 5920291. OLE color: 5920291.

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

Color convert

RGB358690-
CMYK0.610.0400.65
HSL184.36º44%24.51%-
HSV(B)184.36º61.11%35.29%-
XYZ5.877.7510.86-
YUV71.21138.6102.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.59%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=16.59%
G=40.76%
B=42.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3586900.610.0400.65184.364424.51
Hex23565A3D4041b82c19
Octal4312613275401012705431
Binary10001110101101011010111101100010000011011100010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #23565A;
 }
 .AnyTagClassName
 {
   color: #23565A;
 }
</style>
background-color css

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

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

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

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

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

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