Html Css Color HEX #566271 Shuttle Grey

📋 copy color: '#566271'

red 86 ◦ green 98 ◦ blue 113

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

Shades of Shuttle Grey #566271

Tints of Shuttle Grey #566271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 28.96%
G = 33%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#566271 (or 0x566271) is known color: Shuttle Grey. HEX triplet: 56, 62 and 71. RGB value is (86,98,113). Sum of RGB (Red+Green+Blue) = 86+98+113=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #566271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566271 is #A99D8E. Grayscale: #606060. Windows color (decimal): -11115919 or 7430742. OLE color: 7430742.

HSL color Cylindrical-coordinate representation of color #566271: hue angle of 213.33º 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 #566271 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 98 113 -
CMYK 0.24 0.13 0 0.56
HSL 213.33º 0.14% 0.39% -
HSV(B) 213.33º 0.24% 0.44% -
XYZ 11.19 11.91 17.33 -
YUV 96.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 86 98 113 0.24 0.13 0 0.56 213.33 0.14 0.39
Hex 56 62 71 18 D 0 38 D5 E 27
Octal 126 142 161 30 15 0 70 325 16 47
Binary 1010110 1100010 1110001 11000 1101 0 111000 11010101 1110 100111

Color Harmonies of #566271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566271

Black with #566271

Text Example


Text Example

White with #566271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566271; }

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

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

background-color css

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

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

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

border-color css

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

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

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