#255550

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

Shades of Dark Slate Grey #255550

Tints of Dark Slate Grey #255550

Color information

#255550 (or 0x255550) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 55 and 50. RGB value is (37,85,80). Sum of RGB (Red+Green+Blue) = 37+85+80=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #255550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255550 is #DAAAAF. Grayscale: #464646. Windows color (decimal): -14330544 or 5264677. OLE color: 5264677.

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

Color convert

RGB378580-
CMYK0.5600.060.67
HSL173.75º39.34%23.92%-
HSV(B)173.75º56.47%33.33%-
XYZ5.467.478.74-
YUV70.08133.6104.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=18.32%
G=42.08%
B=39.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785800.5600.060.67173.7539.3423.92
Hex255550380643ae2718
Octal4512512070061032564730
Binary10010110101011010000111000011010000111010111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255550; }

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

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

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

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

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

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

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

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