Html Css Color HEX #566071 Shuttle Grey

📋 copy color: '#566071'

red 86 ◦ green 96 ◦ blue 113

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

Shades of Shuttle Grey #566071

Tints of Shuttle Grey #566071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 29.15%
G = 32.54%
B = 38.31%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566071 (or 0x566071) is known color: Shuttle Grey. HEX triplet: 56, 60 and 71. RGB value is (86,96,113). Sum of RGB (Red+Green+Blue) = 86+96+113=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #566071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566071 is #A99F8E. Grayscale: #5E5E5E. Windows color (decimal): -11116431 or 7430230. OLE color: 7430230.

HSL color Cylindrical-coordinate representation of color #566071: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #566071 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 96 113 -
CMYK 0.24 0.15 0 0.56
HSL 217.78º 0.14% 0.39% -
HSV(B) 217.78º 0.24% 0.44% -
XYZ 11 11.54 17.27 -
YUV 94.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 86 96 113 0.24 0.15 0 0.56 217.78 0.14 0.39
Hex 56 60 71 18 F 0 38 DA E 27
Octal 126 140 161 30 17 0 70 332 16 47
Binary 1010110 1100000 1110001 11000 1111 0 111000 11011010 1110 100111

Color Harmonies of #566071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566071

Black with #566071

Text Example


Text Example

White with #566071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566071; }

 p { color: rgb(86,96,113); }

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

background-color css

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

 a { background-color: rgb(86,96,113); }

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

border-color css

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

 span { border-color: rgb(86,96,113); }

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