#255350

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

Shades of Dark Slate Grey #255350

Tints of Dark Slate Grey #255350

Color information

#255350 (or 0x255350) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 53 and 50. RGB value is (37,83,80). Sum of RGB (Red+Green+Blue) = 37+83+80=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #255350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255350 is #DAACAF. Grayscale: #444444. Windows color (decimal): -14331056 or 5264165. OLE color: 5264165.

HSL color Cylindrical-coordinate representation of color #255350: hue angle of 176.09º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255350 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB378380-
CMYK0.5500.040.67
HSL176.09º38.33%23.53%-
HSV(B)176.09º55.42%32.55%-
XYZ5.37.168.69-
YUV68.9134.26105.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=18.5%
G=41.5%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783800.5500.040.67176.0938.3323.53
Hex255350370443b02618
Octal4512312067041032604630
Binary10010110100111010000110111010010000111011000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255350; }

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

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

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

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

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

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

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

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