#255454

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

Shades of Dark Slate Grey #255454

Tints of Dark Slate Grey #255454

Color information

#255454 (or 0x255454) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 54 and 54. RGB value is (37,84,84). Sum of RGB (Red+Green+Blue) = 37+84+84=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #255454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255454 is #DAABAB. Grayscale: #454545. Windows color (decimal): -14330796 or 5526565. OLE color: 5526565.

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

Color convert

RGB378484-
CMYK0.56000.67
HSL180º38.84%23.73%-
HSV(B)180º55.95%32.94%-
XYZ5.537.379.52-
YUV69.95135.93104.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=18.05%
G=40.98%
B=40.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784840.56000.6718038.8423.73
Hex255454380043b42718
Octal4512412470001032644730
Binary100101101010010101001110000010000111011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255454; }

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

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

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

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

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

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

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

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