#255354

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

Shades of Dark Slate Grey #255354

Tints of Dark Slate Grey #255354

Color information

#255354 (or 0x255354) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 53 and 54. RGB value is (37,83,84). Sum of RGB (Red+Green+Blue) = 37+83+84=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #255354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255354 is #DAACAB. Grayscale: #454545. Windows color (decimal): -14331052 or 5526309. OLE color: 5526309.

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

Color convert

RGB378384-
CMYK0.560.0100.67
HSL181.28º38.84%23.73%-
HSV(B)181.28º55.95%32.94%-
XYZ5.467.229.49-
YUV69.36136.26104.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=18.14%
G=40.69%
B=41.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783840.560.0100.67181.2838.8423.73
Hex255354381043b52718
Octal4512312470101032654730
Binary100101101001110101001110001010000111011010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255354; }

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

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

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

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

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

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

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

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