#27545A

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

Shades of Dark Slate Grey #27545A

Tints of Dark Slate Grey #27545A

Color information

#27545A (or 0x27545A) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 54 and 5A. RGB value is (39,84,90). Sum of RGB (Red+Green+Blue) = 39+84+90=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #27545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27545A is #D8ABA5. Grayscale: #474747. Windows color (decimal): -14199718 or 5919783. OLE color: 5919783.

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

Color convert

RGB398490-
CMYK0.570.0700.65
HSL187.06º39.53%25.29%-
HSV(B)187.06º56.67%35.29%-
XYZ5.857.5110.81-
YUV71.23138.59105.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=18.31%
G=39.44%
B=42.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3984900.570.0700.65187.0639.5325.29
Hex27545A397041bb2819
Octal4712413271701012735031
Binary10011110101001011010111001111010000011011101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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