#255251

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

Shades of Dark Slate Grey #255251

Tints of Dark Slate Grey #255251

Color information

#255251 (or 0x255251) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 52 and 51. RGB value is (37,82,81). Sum of RGB (Red+Green+Blue) = 37+82+81=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #255251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255251 is #DAADAE. Grayscale: #444444. Windows color (decimal): -14331311 or 5329445. OLE color: 5329445.

HSL color Cylindrical-coordinate representation of color #255251: hue angle of 178.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255251 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB378281-
CMYK0.5500.010.68
HSL178.67º37.82%23.33%-
HSV(B)178.67º54.88%32.16%-
XYZ5.277.028.86-
YUV68.43135.09105.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=18.5%
G=41%
B=40.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782810.5500.010.68178.6737.8223.33
Hex255251370144b32617
Octal4512212167011042634627
Binary100101101001010100011101110110001001011001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255251; }

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

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

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

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

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

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

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

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