#255254

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

Shades of Dark Slate Grey #255254

Tints of Dark Slate Grey #255254

Color information

#255254 (or 0x255254) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 52 and 54. RGB value is (37,82,84). Sum of RGB (Red+Green+Blue) = 37+82+84=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #255254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255254 is #DAADAB. Grayscale: #444444. Windows color (decimal): -14331308 or 5526053. OLE color: 5526053.

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

Color convert

RGB378284-
CMYK0.560.0200.67
HSL182.55º38.84%23.73%-
HSV(B)182.55º55.95%32.94%-
XYZ5.387.079.47-
YUV68.77136.59105.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=18.23%
G=40.39%
B=41.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3782840.560.0200.67182.5538.8423.73
Hex255254382043b72718
Octal4512212470201032674730
Binary1001011010010101010011100010010000111011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255254; }

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

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

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

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

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

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

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

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