Html Css Color HEX #565350 Judge Grey

📋 copy color: '#565350'

red 86 ◦ green 83 ◦ blue 80

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

Shades of Judge Grey #565350

Tints of Judge Grey #565350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 34.54%
G = 33.33%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#565350 (or 0x565350) is known color: Judge Grey. HEX triplet: 56, 53 and 50. RGB value is (86,83,80). Sum of RGB (Red+Green+Blue) = 86+83+80=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #565350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565350 is #A9ACAF. Grayscale: #535353. Windows color (decimal): -11119792 or 5264214. OLE color: 5264214.

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

Color convert

RGB 86 83 80 -
CMYK 0 0.03 0.07 0.66
HSL 30º 0.04% 0.33% -
HSV(B) 30º 0.07% 0.34% -
XYZ 8.38 8.74 8.84 -
YUV 83.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 86 83 80 0 0.03 0.07 0.66 30 0.04 0.33
Hex 56 53 50 0 3 7 42 1E 4 21
Octal 126 123 120 0 3 7 102 36 4 41
Binary 1010110 1010011 1010000 0 11 111 1000010 11110 100 100001

Color Harmonies of #565350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565350

Black with #565350

Text Example


Text Example

White with #565350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565350; }

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

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

background-color css

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

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

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

border-color css

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

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

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