#255253

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

Shades of Dark Slate Grey #255253

Tints of Dark Slate Grey #255253

Color information

#255253 (or 0x255253) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 52 and 53. RGB value is (37,82,83). Sum of RGB (Red+Green+Blue) = 37+82+83=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #255253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255253 is #DAADAC. Grayscale: #444444. Windows color (decimal): -14331309 or 5460517. OLE color: 5460517.

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

Color convert

RGB378283-
CMYK0.550.0100.67
HSL181.3º38.33%23.53%-
HSV(B)181.3º55.42%32.55%-
XYZ5.347.059.26-
YUV68.66136.09105.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=18.32%
G=40.59%
B=41.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3782830.550.0100.67181.338.3323.53
Hex255253371043b52618
Octal4512212367101032654630
Binary100101101001010100111101111010000111011010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255253; }

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

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

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

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

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

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

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

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