#275856

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

Shades of Dark Slate Grey #275856

Tints of Dark Slate Grey #275856

Color information

#275856 (or 0x275856) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 58 and 56. RGB value is (39,88,86). Sum of RGB (Red+Green+Blue) = 39+88+86=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #275856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275856 is #D8A7A9. Grayscale: #494949. Windows color (decimal): -14198698 or 5658663. OLE color: 5658663.

HSL color Cylindrical-coordinate representation of color #275856: hue angle of 177.55º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275856 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB398886-
CMYK0.5600.020.65
HSL177.55º38.58%24.9%-
HSV(B)177.55º55.68%34.51%-
XYZ6.018.0810.05-
YUV73.12135.27103.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=18.31%
G=41.31%
B=40.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3988860.5600.020.65177.5538.5824.9
Hex275856380241b22719
Octal4713012670021012624731
Binary1001111011000101011011100001010000011011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275856; }

 p { color: rgb(39,88,86); }

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

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

 a { background-color: rgb(39,88,86); }

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

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

 span { border-color: rgb(39,88,86); }

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