Html Css Color HEX #56504A Judge Grey

📋 copy color: '#56504A'

red 86 ◦ green 80 ◦ blue 74

#56504A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Judge Grey #56504A

Tints of Judge Grey #56504A

RGB

 RED value IS 86 (33.98% from 255) = 35.83%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 35.83%
G = 33.33%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#56504A (or 0x56504A) is known color: Judge Grey. HEX triplet: 56, 50 and 4A. RGB value is (86,80,74). Sum of RGB (Red+Green+Blue) = 86+80+74=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #56504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56504A is #A9AFB5. Grayscale: #515151. Windows color (decimal): -11120566 or 4870230. OLE color: 4870230.

HSL color Cylindrical-coordinate representation of color #56504A: hue angle of 30º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56504A is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 74 -
CMYK 0 0.07 0.14 0.66
HSL 30º 0.08% 0.31% -
HSV(B) 30º 0.14% 0.34% -
XYZ 7.94 8.21 7.64 -
YUV 81.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 86 80 74 0 0.07 0.14 0.66 30 0.08 0.31
Hex 56 50 4A 0 7 E 42 1E 8 1F
Octal 126 120 112 0 7 16 102 36 10 37
Binary 1010110 1010000 1001010 0 111 1110 1000010 11110 1000 11111

Color Harmonies of #56504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56504A

Black with #56504A

Text Example


Text Example

White with #56504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56504A; }

 p { color: rgb(86,80,74); }

 H1.HeaderClassName
 {
   color: #56504A;
 }
 .AnyTagClassName
 {
   color: #56504A;
 }
</style>

background-color css

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

 a { background-color: rgb(86,80,74); }

 div.DivClassName
 {
   background-color: #56504A;
 }
 .BgClassName
 {
   background-color: #56504A;
 }
</style>

border-color css

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

 span { border-color: rgb(86,80,74); }

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