#27504B

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

Shades of Dark Slate Grey #27504B

Tints of Dark Slate Grey #27504B

Color information

#27504B (or 0x27504B) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 50 and 4B. RGB value is (39,80,75). Sum of RGB (Red+Green+Blue) = 39+80+75=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #27504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27504B is #D8AFB4. Grayscale: #434343. Windows color (decimal): -14200757 or 4935719. OLE color: 4935719.

HSL color Cylindrical-coordinate representation of color #27504B: hue angle of 172.68º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27504B is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB398075-
CMYK0.5100.060.69
HSL172.68º34.45%23.33%-
HSV(B)172.68º51.25%31.37%-
XYZ4.986.687.68-
YUV67.17132.42107.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=20.10%
G=41.24%
B=38.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980750.5100.060.69172.6834.4523.33
Hex27504B330645ad2217
Octal4712011363061052554227
Binary10011110100001001011110011011010001011010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,80,75); }

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

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

 a { background-color: rgb(39,80,75); }

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

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

 span { border-color: rgb(39,80,75); }

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