#275255

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

Shades of Dark Slate Grey #275255

Tints of Dark Slate Grey #275255

Color information

#275255 (or 0x275255) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 52 and 55. RGB value is (39,82,85). Sum of RGB (Red+Green+Blue) = 39+82+85=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #275255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275255 is #D8ADAA. Grayscale: #454545. Windows color (decimal): -14200235 or 5591591. OLE color: 5591591.

HSL color Cylindrical-coordinate representation of color #275255: hue angle of 183.91º 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 #275255 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB398285-
CMYK0.540.0400.67
HSL183.91º37.1%24.31%-
HSV(B)183.91º54.12%33.33%-
XYZ5.497.129.68-
YUV69.48136.75106.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=18.93%
G=39.81%
B=41.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3982850.540.0400.67183.9137.124.31
Hex275255364043b82518
Octal4712212566401032704530
Binary10011110100101010101110110100010000111011100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275255; }

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

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

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

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

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

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

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

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