#255250

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

Shades of Dark Slate Grey #255250

Tints of Dark Slate Grey #255250

Color information

#255250 (or 0x255250) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 52 and 50. RGB value is (37,82,80). Sum of RGB (Red+Green+Blue) = 37+82+80=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #255250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255250 is #DAADAF. Grayscale: #444444. Windows color (decimal): -14331312 or 5263909. OLE color: 5263909.

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

Color convert

RGB378280-
CMYK0.5500.020.68
HSL177.33º37.82%23.33%-
HSV(B)177.33º54.88%32.16%-
XYZ5.237.018.67-
YUV68.32134.59105.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=18.59%
G=41.21%
B=40.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782800.5500.020.68177.3337.8223.33
Hex255250370244b12617
Octal4512212067021042614627
Binary1001011010010101000011011101010001001011000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255250; }

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

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

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

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

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

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

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

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