Html Css Color HEX #565966 Bright Grey

📋 copy color: '#565966'

red 86 ◦ green 89 ◦ blue 102

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

Shades of Bright Grey #565966

Tints of Bright Grey #565966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.82%

R = 31.05%
G = 32.13%
B = 36.82%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#565966 (or 0x565966) is known color: Bright Grey. HEX triplet: 56, 59 and 66. RGB value is (86,89,102). Sum of RGB (Red+Green+Blue) = 86+89+102=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #565966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565966 is #A9A699. Grayscale: #595959. Windows color (decimal): -11118234 or 6707542. OLE color: 6707542.

HSL color Cylindrical-coordinate representation of color #565966: hue angle of 228.75º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565966 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 89 102 -
CMYK 0.16 0.13 0 0.6
HSL 228.75º 0.09% 0.37% -
HSV(B) 228.75º 0.16% 0.4% -
XYZ 9.81 10.08 14 -
YUV 89.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 86 89 102 0.16 0.13 0 0.6 228.75 0.09 0.37
Hex 56 59 66 10 D 0 3C E5 9 25
Octal 126 131 146 20 15 0 74 345 11 45
Binary 1010110 1011001 1100110 10000 1101 0 111100 11100101 1001 100101

Color Harmonies of #565966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565966

Black with #565966

Text Example


Text Example

White with #565966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565966; }

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

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

background-color css

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

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

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

border-color css

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

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

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