#27565B

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

Shades of Dark Slate Grey #27565B

Tints of Dark Slate Grey #27565B

Color information

#27565B (or 0x27565B) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 56 and 5B. RGB value is (39,86,91). Sum of RGB (Red+Green+Blue) = 39+86+91=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #27565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27565B is #D8A9A4. Grayscale: #484848. Windows color (decimal): -14199205 or 5985831. OLE color: 5985831.

HSL color Cylindrical-coordinate representation of color #27565B: hue angle of 185.77º 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 #27565B is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB398691-
CMYK0.570.0500.64
HSL185.77º40%25.49%-
HSV(B)185.77º57.14%35.69%-
XYZ6.057.8411.09-
YUV72.52138.43104.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=18.06%
G=39.81%
B=42.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3986910.570.0500.64185.774025.49
Hex27565B395040ba2819
Octal4712613371501002725031
Binary10011110101101011011111001101010000001011101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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