#255A59

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

Shades of Dark Slate Grey #255A59

Tints of Dark Slate Grey #255A59

Color information

#255A59 (or 0x255A59) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 5A and 59. RGB value is (37,90,89). Sum of RGB (Red+Green+Blue) = 37+90+89=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #255A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A59 is #DAA5A6. Grayscale: #494949. Windows color (decimal): -14329255 or 5855781. OLE color: 5855781.

HSL color Cylindrical-coordinate representation of color #255A59: hue angle of 178.87º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A59 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB379089-
CMYK0.5900.010.65
HSL178.87º41.73%24.9%-
HSV(B)178.87º58.89%35.29%-
XYZ6.228.4310.75-
YUV74.04136.44101.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=17.13%
G=41.67%
B=41.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790890.5900.010.65178.8741.7324.9
Hex255A593B0141b32a19
Octal4513213173011012635231
Binary100101101101010110011110110110000011011001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A59; }

 p { color: rgb(37,90,89); }

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

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

 a { background-color: rgb(37,90,89); }

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

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

 span { border-color: rgb(37,90,89); }

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