#275459

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

Shades of Dark Slate Grey #275459

Tints of Dark Slate Grey #275459

Color information

#275459 (or 0x275459) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 54 and 59. RGB value is (39,84,89). Sum of RGB (Red+Green+Blue) = 39+84+89=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #275459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275459 is #D8ABA6. Grayscale: #474747. Windows color (decimal): -14199719 or 5854247. OLE color: 5854247.

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

Color convert

RGB398489-
CMYK0.560.0600.65
HSL186º39.06%25.1%-
HSV(B)186º56.18%34.9%-
XYZ5.817.4910.59-
YUV71.12138.09105.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=18.40%
G=39.62%
B=41.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3984890.560.0600.6518639.0625.1
Hex275459386041ba2719
Octal4712413170601012724731
Binary10011110101001011001111000110010000011011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275459; }

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

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

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

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

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

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

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

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