#565350

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

Shades of Judge Grey #565350

Tints of Judge Grey #565350

Color information

#565350 (or 0x565350) is unknown color: approx 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

RGB868380-
CMYK00.030.070.66
HSL30º3.61%32.55%-
HSV(B)30º6.98%33.73%-
XYZ8.388.748.84-
YUV83.56125.99129.74-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86838000.030.070.66303.6132.55
Hex565350037421e421
Octal12612312003710236441
Binary101011010100111010000011111100001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>