#275254

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

Shades of Dark Slate Grey #275254

Tints of Dark Slate Grey #275254

Color information

#275254 (or 0x275254) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 52 and 54. RGB value is (39,82,84). Sum of RGB (Red+Green+Blue) = 39+82+84=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #275254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275254 is #D8ADAB. Grayscale: #454545. Windows color (decimal): -14200236 or 5526055. OLE color: 5526055.

HSL color Cylindrical-coordinate representation of color #275254: hue angle of 182.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275254 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB398284-
CMYK0.540.0200.67
HSL182.67º36.59%24.12%-
HSV(B)182.67º53.57%32.94%-
XYZ5.457.119.47-
YUV69.37136.25106.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=19.02%
G=40%
B=40.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3982840.540.0200.67182.6736.5924.12
Hex275254362043b72518
Octal4712212466201032674530
Binary1001111010010101010011011010010000111011011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275254; }

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

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

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

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

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

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

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

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