Html Css Color HEX #565963 Bright Grey

📋 copy color: '#565963'

red 86 ◦ green 89 ◦ blue 99

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

Shades of Bright Grey #565963

Tints of Bright Grey #565963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 31.39%
G = 32.48%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#565963 (or 0x565963) is known color: Bright Grey. HEX triplet: 56, 59 and 63. RGB value is (86,89,99). Sum of RGB (Red+Green+Blue) = 86+89+99=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #565963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565963 is #A9A69C. Grayscale: #595959. Windows color (decimal): -11118237 or 6510934. OLE color: 6510934.

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

Color convert

RGB 86 89 99 -
CMYK 0.13 0.10 0 0.61
HSL 226.15º 0.07% 0.36% -
HSV(B) 226.15º 0.13% 0.39% -
XYZ 9.66 10.02 13.23 -
YUV 89.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 86 89 99 0.13 0.10 0 0.61 226.15 0.07 0.36
Hex 56 59 63 D A 0 3D E2 7 24
Octal 126 131 143 15 12 0 75 342 7 44
Binary 1010110 1011001 1100011 1101 1010 0 111101 11100010 111 100100

Color Harmonies of #565963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565963

Black with #565963

Text Example


Text Example

White with #565963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565963; }

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

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

background-color css

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

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

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

border-color css

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

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

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