#275257

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

Shades of Dark Slate Grey #275257

Tints of Dark Slate Grey #275257

Color information

#275257 (or 0x275257) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 52 and 57. RGB value is (39,82,87). Sum of RGB (Red+Green+Blue) = 39+82+87=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #275257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275257 is #D8ADA8. Grayscale: #454545. Windows color (decimal): -14200233 or 5722663. OLE color: 5722663.

HSL color Cylindrical-coordinate representation of color #275257: hue angle of 186.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275257 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB398287-
CMYK0.550.0600.66
HSL186.25º38.1%24.71%-
HSV(B)186.25º55.17%34.12%-
XYZ5.577.1510.1-
YUV69.71137.75106.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=18.75%
G=39.42%
B=41.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3982870.550.0600.66186.2538.124.71
Hex275257376042ba2619
Octal4712212767601022724631
Binary10011110100101010111110111110010000101011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275257; }

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

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

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

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

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

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

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

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