Html Css Color HEX #556071 Shuttle Grey

📋 copy color: '#556071'

red 85 ◦ green 96 ◦ blue 113

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

Shades of Shuttle Grey #556071

Tints of Shuttle Grey #556071

RGB

 RED value IS 85 (33.59% from 255) = 28.91%

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

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

R = 28.91%
G = 32.65%
B = 38.44%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556071 (or 0x556071) is known color: Shuttle Grey. HEX triplet: 55, 60 and 71. RGB value is (85,96,113). Sum of RGB (Red+Green+Blue) = 85+96+113=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #556071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556071 is #AA9F8E. Grayscale: #5E5E5E. Windows color (decimal): -11181967 or 7430229. OLE color: 7430229.

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

Color convert

RGB 85 96 113 -
CMYK 0.25 0.15 0 0.56
HSL 216.43º 0.14% 0.39% -
HSV(B) 216.43º 0.25% 0.44% -
XYZ 10.91 11.49 17.27 -
YUV 94.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 85 96 113 0.25 0.15 0 0.56 216.43 0.14 0.39
Hex 55 60 71 19 F 0 38 D8 E 27
Octal 125 140 161 31 17 0 70 330 16 47
Binary 1010101 1100000 1110001 11001 1111 0 111000 11011000 1110 100111

Color Harmonies of #556071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556071

Black with #556071

Text Example


Text Example

White with #556071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556071; }

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

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

background-color css

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

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

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

border-color css

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

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

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