#27595B

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

Shades of Dark Slate Grey #27595B

Tints of Dark Slate Grey #27595B

Color information

#27595B (or 0x27595B) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 59 and 5B. RGB value is (39,89,91). Sum of RGB (Red+Green+Blue) = 39+89+91=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #27595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27595B is #D8A6A4. Grayscale: #4A4A4A. Windows color (decimal): -14198437 or 5986599. OLE color: 5986599.

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

Color convert

RGB398991-
CMYK0.570.0200.64
HSL182.31º40%25.49%-
HSV(B)182.31º57.14%35.69%-
XYZ6.38.3311.17-
YUV74.28137.44102.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=17.81%
G=40.64%
B=41.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3989910.570.0200.64182.314025.49
Hex27595B392040b62819
Octal4713113371201002665031
Binary1001111011001101101111100110010000001011011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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