#255554

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

Shades of Dark Slate Grey #255554

Tints of Dark Slate Grey #255554

Color information

#255554 (or 0x255554) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 55 and 54. RGB value is (37,85,84). Sum of RGB (Red+Green+Blue) = 37+85+84=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #255554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255554 is #DAAAAB. Grayscale: #464646. Windows color (decimal): -14330540 or 5526821. OLE color: 5526821.

HSL color Cylindrical-coordinate representation of color #255554: hue angle of 178.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255554 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB378584-
CMYK0.5600.010.67
HSL178.75º39.34%23.92%-
HSV(B)178.75º56.47%33.33%-
XYZ5.617.539.55-
YUV70.53135.6104.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=17.96%
G=41.26%
B=40.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785840.5600.010.67178.7539.3423.92
Hex255554380143b32718
Octal4512512470011032634730
Binary100101101010110101001110000110000111011001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255554; }

 p { color: rgb(37,85,84); }

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

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

 a { background-color: rgb(37,85,84); }

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

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

 span { border-color: rgb(37,85,84); }

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