#27555A

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

Shades of Dark Slate Grey #27555A

Tints of Dark Slate Grey #27555A

Color information

#27555A (or 0x27555A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 55 and 5A. RGB value is (39,85,90). Sum of RGB (Red+Green+Blue) = 39+85+90=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #27555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27555A is #D8AAA5. Grayscale: #474747. Windows color (decimal): -14199462 or 5920039. OLE color: 5920039.

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

Color convert

RGB398590-
CMYK0.570.0600.65
HSL185.88º39.53%25.29%-
HSV(B)185.88º56.67%35.29%-
XYZ5.937.6710.84-
YUV71.82138.26104.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=18.22%
G=39.72%
B=42.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3985900.570.0600.65185.8839.5325.29
Hex27555A396041ba2819
Octal4712513271601012725031
Binary10011110101011011010111001110010000011011101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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