#255351

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

Shades of Dark Slate Grey #255351

Tints of Dark Slate Grey #255351

Color information

#255351 (or 0x255351) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 53 and 51. RGB value is (37,83,81). Sum of RGB (Red+Green+Blue) = 37+83+81=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #255351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255351 is #DAACAE. Grayscale: #444444. Windows color (decimal): -14331055 or 5329701. OLE color: 5329701.

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

Color convert

RGB378381-
CMYK0.5500.020.67
HSL177.39º38.33%23.53%-
HSV(B)177.39º55.42%32.55%-
XYZ5.347.178.89-
YUV69.02134.76105.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=18.41%
G=41.29%
B=40.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783810.5500.020.67177.3938.3323.53
Hex255351370243b12618
Octal4512312167021032614630
Binary1001011010011101000111011101010000111011000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255351; }

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

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

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

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

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

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

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

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