#55514D

Color #55514D Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #55514D

Tints of Judge Grey #55514D

Color information

#55514D (or 0x55514D) is unknown color: approx Judge Grey. HEX triplet: 55, 51 and 4D. RGB value is (85,81,77). Sum of RGB (Red+Green+Blue) = 85+81+77=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #55514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55514D is #AAAEB2. Grayscale: #515151. Windows color (decimal): -11185843 or 5067093. OLE color: 5067093.

HSL color Cylindrical-coordinate representation of color #55514D: hue angle of 30º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55514D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB858177-
CMYK00.050.090.67
HSL30º4.94%31.76%-
HSV(B)30º9.41%33.33%-
XYZ8.038.358.21-
YUV81.74125.33130.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=34.98%
G=33.33%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817700.050.090.67304.9431.76
Hex55514D059431e520
Octal125121115051110336540
Binary10101011010001100110101011001100001111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55514D; }

 p { color: rgb(85,81,77); }

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

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

 a { background-color: rgb(85,81,77); }

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

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

 span { border-color: rgb(85,81,77); }

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