#255053

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

Shades of Dark Slate Grey #255053

Tints of Dark Slate Grey #255053

Color information

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

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

Color convert

RGB378083-
CMYK0.550.0400.67
HSL183.91º38.33%23.53%-
HSV(B)183.91º55.42%32.55%-
XYZ5.196.769.21-
YUV67.48136.75106.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3780830.550.0400.67183.9138.3323.53
Hex255053374043b82618
Octal4512012367401032704630
Binary10010110100001010011110111100010000111011100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255053; }

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

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

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

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

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

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

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

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