Html Css Color HEX #566070 Shuttle Grey

📋 copy color: '#566070'

red 86 ◦ green 96 ◦ blue 112

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

Shades of Shuttle Grey #566070

Tints of Shuttle Grey #566070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 29.25%
G = 32.65%
B = 38.1%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566070 (or 0x566070) is known color: Shuttle Grey. HEX triplet: 56, 60 and 70. RGB value is (86,96,112). Sum of RGB (Red+Green+Blue) = 86+96+112=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #566070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566070 is #A99F8F. Grayscale: #5E5E5E. Windows color (decimal): -11116432 or 7364694. OLE color: 7364694.

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

Color convert

RGB 86 96 112 -
CMYK 0.23 0.14 0 0.56
HSL 216.92º 0.13% 0.39% -
HSV(B) 216.92º 0.23% 0.44% -
XYZ 10.95 11.51 16.97 -
YUV 94.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 86 96 112 0.23 0.14 0 0.56 216.92 0.13 0.39
Hex 56 60 70 17 E 0 38 D9 D 27
Octal 126 140 160 27 16 0 70 331 15 47
Binary 1010110 1100000 1110000 10111 1110 0 111000 11011001 1101 100111

Color Harmonies of #566070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566070

Black with #566070

Text Example


Text Example

White with #566070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566070; }

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

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

background-color css

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

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

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

border-color css

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

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

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