Html Css Color HEX #56616B Shuttle Grey

📋 copy color: '#56616B'

red 86 ◦ green 97 ◦ blue 107

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

Shades of Shuttle Grey #56616B

Tints of Shuttle Grey #56616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 29.66%
G = 33.45%
B = 36.9%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56616B (or 0x56616B) is known color: Shuttle Grey. HEX triplet: 56, 61 and 6B. RGB value is (86,97,107). Sum of RGB (Red+Green+Blue) = 86+97+107=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #56616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56616B is #A99E94. Grayscale: #5E5E5E. Windows color (decimal): -11116181 or 7037270. OLE color: 7037270.

HSL color Cylindrical-coordinate representation of color #56616B: hue angle of 208.57º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56616B is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 97 107 -
CMYK 0.20 0.09 0 0.58
HSL 208.57º 0.11% 0.38% -
HSV(B) 208.57º 0.2% 0.42% -
XYZ 10.77 11.59 15.58 -
YUV 94.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 86 97 107 0.20 0.09 0 0.58 208.57 0.11 0.38
Hex 56 61 6B 14 9 0 3A D1 B 26
Octal 126 141 153 24 11 0 72 321 13 46
Binary 1010110 1100001 1101011 10100 1001 0 111010 11010001 1011 100110

Color Harmonies of #56616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56616B

Black with #56616B

Text Example


Text Example

White with #56616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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