Html Css Color HEX #565964 Bright Grey

📋 copy color: '#565964'

red 86 ◦ green 89 ◦ blue 100

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

Shades of Bright Grey #565964

Tints of Bright Grey #565964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

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

R = 31.27%
G = 32.36%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#565964 (or 0x565964) is known color: Bright Grey. HEX triplet: 56, 59 and 64. RGB value is (86,89,100). Sum of RGB (Red+Green+Blue) = 86+89+100=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #565964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565964 is #A9A69B. Grayscale: #595959. Windows color (decimal): -11118236 or 6576470. OLE color: 6576470.

HSL color Cylindrical-coordinate representation of color #565964: hue angle of 227.14º 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 #565964 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 89 100 -
CMYK 0.14 0.11 0 0.61
HSL 227.14º 0.08% 0.36% -
HSV(B) 227.14º 0.14% 0.39% -
XYZ 9.71 10.04 13.48 -
YUV 89.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 86 89 100 0.14 0.11 0 0.61 227.14 0.08 0.36
Hex 56 59 64 E B 0 3D E3 8 24
Octal 126 131 144 16 13 0 75 343 10 44
Binary 1010110 1011001 1100100 1110 1011 0 111101 11100011 1000 100100

Color Harmonies of #565964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565964

Black with #565964

Text Example


Text Example

White with #565964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565964; }

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

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

background-color css

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

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

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

border-color css

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

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

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