Html Css Color HEX #565764 Bright Grey

📋 copy color: '#565764'

red 86 ◦ green 87 ◦ blue 100

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

Shades of Bright Grey #565764

Tints of Bright Grey #565764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 31.5%
G = 31.87%
B = 36.63%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#565764 (or 0x565764) is known color: Bright Grey. HEX triplet: 56, 57 and 64. RGB value is (86,87,100). Sum of RGB (Red+Green+Blue) = 86+87+100=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 100 - color contains mainly: blue. Hex color #565764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565764 is #A9A89B. Grayscale: #585858. Windows color (decimal): -11118748 or 6575958. OLE color: 6575958.

HSL color Cylindrical-coordinate representation of color #565764: hue angle of 235.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #565764 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 87 100 -
CMYK 0.14 0.13 0 0.61
HSL 235.71º 0.08% 0.36% -
HSV(B) 235.71º 0.14% 0.39% -
XYZ 9.55 9.71 13.43 -
YUV 88.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 86 87 100 0.14 0.13 0 0.61 235.71 0.08 0.36
Hex 56 57 64 E D 0 3D EC 8 24
Octal 126 127 144 16 15 0 75 354 10 44
Binary 1010110 1010111 1100100 1110 1101 0 111101 11101100 1000 100100

Color Harmonies of #565764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565764

Black with #565764

Text Example


Text Example

White with #565764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565764; }

 p { color: rgb(86,87,100); }

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

background-color css

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

 a { background-color: rgb(86,87,100); }

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

border-color css

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

 span { border-color: rgb(86,87,100); }

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