#27585B

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

Shades of Dark Slate Grey #27585B

Tints of Dark Slate Grey #27585B

Color information

#27585B (or 0x27585B) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 58 and 5B. RGB value is (39,88,91). Sum of RGB (Red+Green+Blue) = 39+88+91=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #27585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27585B is #D8A7A4. Grayscale: #494949. Windows color (decimal): -14198693 or 5986343. OLE color: 5986343.

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

Color convert

RGB398891-
CMYK0.570.0300.64
HSL183.46º40%25.49%-
HSV(B)183.46º57.14%35.69%-
XYZ6.218.1711.15-
YUV73.69137.77103.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=17.89%
G=40.37%
B=41.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3988910.570.0300.64183.464025.49
Hex27585B393040b72819
Octal4713013371301002675031
Binary1001111011000101101111100111010000001011011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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