Html Css Color HEX #56514B Judge Grey

📋 copy color: '#56514B'

red 86 ◦ green 81 ◦ blue 75

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

Shades of Judge Grey #56514B

Tints of Judge Grey #56514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 35.54%
G = 33.47%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#56514B (or 0x56514B) is known color: Judge Grey. HEX triplet: 56, 51 and 4B. RGB value is (86,81,75). Sum of RGB (Red+Green+Blue) = 86+81+75=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #56514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56514B is #A9AEB4. Grayscale: #515151. Windows color (decimal): -11120309 or 4936022. OLE color: 4936022.

HSL color Cylindrical-coordinate representation of color #56514B: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #56514B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 81 75 -
CMYK 0 0.06 0.13 0.66
HSL 32.73º 0.07% 0.32% -
HSV(B) 32.73º 0.13% 0.34% -
XYZ 8.05 8.37 7.85 -
YUV 81.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 86 81 75 0 0.06 0.13 0.66 32.73 0.07 0.32
Hex 56 51 4B 0 6 D 42 21 7 20
Octal 126 121 113 0 6 15 102 41 7 40
Binary 1010110 1010001 1001011 0 110 1101 1000010 100001 111 100000

Color Harmonies of #56514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56514B

Black with #56514B

Text Example


Text Example

White with #56514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56514B; }

 p { color: rgb(86,81,75); }

 H1.HeaderClassName
 {
   color: #56514B;
 }
 .AnyTagClassName
 {
   color: #56514B;
 }
</style>

background-color css

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

 a { background-color: rgb(86,81,75); }

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

border-color css

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

 span { border-color: rgb(86,81,75); }

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