#27585A

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

Shades of Dark Slate Grey #27585A

Tints of Dark Slate Grey #27585A

Color information

#27585A (or 0x27585A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 58 and 5A. RGB value is (39,88,90). Sum of RGB (Red+Green+Blue) = 39+88+90=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #27585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27585A is #D8A7A5. Grayscale: #494949. Windows color (decimal): -14198694 or 5920807. OLE color: 5920807.

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

Color convert

RGB398890-
CMYK0.570.0200.65
HSL182.35º39.53%25.29%-
HSV(B)182.35º56.67%35.29%-
XYZ6.178.1510.92-
YUV73.58137.27103.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=17.97%
G=40.55%
B=41.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3988900.570.0200.65182.3539.5325.29
Hex27585A392041b62819
Octal4713013271201012665031
Binary1001111011000101101011100110010000011011011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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