Html Css Color HEX #566575 Shuttle Grey

📋 copy color: '#566575'

red 86 ◦ green 101 ◦ blue 117

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

Shades of Shuttle Grey #566575

Tints of Shuttle Grey #566575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 28.29%
G = 33.22%
B = 38.49%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566575 (or 0x566575) is known color: Shuttle Grey. HEX triplet: 56, 65 and 75. RGB value is (86,101,117). Sum of RGB (Red+Green+Blue) = 86+101+117=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #566575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566575 is #A99A8A. Grayscale: #626262. Windows color (decimal): -11115147 or 7693654. OLE color: 7693654.

HSL color Cylindrical-coordinate representation of color #566575: hue angle of 210.97º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566575 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 101 117 -
CMYK 0.26 0.14 0 0.54
HSL 210.97º 0.15% 0.4% -
HSV(B) 210.97º 0.26% 0.46% -
XYZ 11.7 12.57 18.64 -
YUV 98.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 86 101 117 0.26 0.14 0 0.54 210.97 0.15 0.4
Hex 56 65 75 1A E 0 36 D3 F 28
Octal 126 145 165 32 16 0 66 323 17 50
Binary 1010110 1100101 1110101 11010 1110 0 110110 11010011 1111 101000

Color Harmonies of #566575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566575

Black with #566575

Text Example


Text Example

White with #566575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566575; }

 p { color: rgb(86,101,117); }

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

background-color css

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

 a { background-color: rgb(86,101,117); }

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

border-color css

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

 span { border-color: rgb(86,101,117); }

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