#275752

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

Shades of Dark Slate Grey #275752

Tints of Dark Slate Grey #275752

Color information

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

HSL color Cylindrical-coordinate representation of color #275752: hue angle of 173.75º 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 #275752 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB398782-
CMYK0.5500.060.66
HSL173.75º38.1%24.71%-
HSV(B)173.75º55.17%34.12%-
XYZ5.777.869.2-
YUV72.08133.6104.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987820.5500.060.66173.7538.124.71
Hex275752370642ae2619
Octal4712712267061022564631
Binary10011110101111010010110111011010000101010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275752; }

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

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

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

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

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

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

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

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