Html Css Color HEX #565761 Bright Grey

📋 copy color: '#565761'

red 86 ◦ green 87 ◦ blue 97

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

Shades of Bright Grey #565761

Tints of Bright Grey #565761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 31.85%
G = 32.22%
B = 35.93%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565761 (or 0x565761) is known color: Bright Grey. HEX triplet: 56, 57 and 61. RGB value is (86,87,97). Sum of RGB (Red+Green+Blue) = 86+87+97=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #565761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565761 is #A9A89E. Grayscale: #575757. Windows color (decimal): -11118751 or 6379350. OLE color: 6379350.

HSL color Cylindrical-coordinate representation of color #565761: hue angle of 234.55º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #565761 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 87 97 -
CMYK 0.11 0.10 0 0.62
HSL 234.55º 0.06% 0.36% -
HSV(B) 234.55º 0.11% 0.38% -
XYZ 9.4 9.66 12.68 -
YUV 87.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 86 87 97 0.11 0.10 0 0.62 234.55 0.06 0.36
Hex 56 57 61 B A 0 3E EB 6 24
Octal 126 127 141 13 12 0 76 353 6 44
Binary 1010110 1010111 1100001 1011 1010 0 111110 11101011 110 100100

Color Harmonies of #565761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565761

Black with #565761

Text Example


Text Example

White with #565761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565761; }

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

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

background-color css

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

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

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

border-color css

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

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

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