#315255

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

Shades of Dark Slate Grey #315255

Tints of Dark Slate Grey #315255

Color information

#315255 (or 0x315255) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 52 and 55. RGB value is (49,82,85). Sum of RGB (Red+Green+Blue) = 49+82+85=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #315255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315255 is #CEADAA. Grayscale: #484848. Windows color (decimal): -13544875 or 5591601. OLE color: 5591601.

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

Color convert

RGB498285-
CMYK0.420.0400.67
HSL185º26.87%26.27%-
HSV(B)185º42.35%33.33%-
XYZ5.927.349.7-
YUV72.47135.07111.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=22.69%
G=37.96%
B=39.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4982850.420.0400.6718526.8726.27
Hex3152552A4043b91b1a
Octal6112212552401032713332
Binary1100011010010101010110101010001000011101110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315255; }

 p { color: rgb(49,82,85); }

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

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

 a { background-color: rgb(49,82,85); }

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

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

 span { border-color: rgb(49,82,85); }

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