#255754

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

Shades of Dark Slate Grey #255754

Tints of Dark Slate Grey #255754

Color information

#255754 (or 0x255754) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 57 and 54. RGB value is (37,87,84). Sum of RGB (Red+Green+Blue) = 37+87+84=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 87 - color contains mainly: green. Hex color #255754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255754 is #DAA8AB. Grayscale: #474747. Windows color (decimal): -14330028 or 5527333. OLE color: 5527333.

HSL color Cylindrical-coordinate representation of color #255754: hue angle of 176.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255754 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB378784-
CMYK0.5700.030.66
HSL176.4º40.32%24.31%-
HSV(B)176.4º57.47%34.12%-
XYZ5.777.859.6-
YUV71.71134.94103.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=17.79%
G=41.83%
B=40.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3787840.5700.030.66176.440.3224.31
Hex255754390342b02818
Octal4512712471031022605030
Binary1001011010111101010011100101110000101011000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255754; }

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

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

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

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

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

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

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

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