Html Css Color HEX #556474 Shuttle Grey

📋 copy color: '#556474'

red 85 ◦ green 100 ◦ blue 116

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

Shades of Shuttle Grey #556474

Tints of Shuttle Grey #556474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 28.24%
G = 33.22%
B = 38.54%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556474 (or 0x556474) is known color: Shuttle Grey. HEX triplet: 55, 64 and 74. RGB value is (85,100,116). Sum of RGB (Red+Green+Blue) = 85+100+116=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #556474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556474 is #AA9B8B. Grayscale: #616161. Windows color (decimal): -11180940 or 7627861. OLE color: 7627861.

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

Color convert

RGB 85 100 116 -
CMYK 0.27 0.14 0 0.55
HSL 210.97º 0.15% 0.39% -
HSV(B) 210.97º 0.27% 0.45% -
XYZ 11.46 12.31 18.29 -
YUV 97.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 85 100 116 0.27 0.14 0 0.55 210.97 0.15 0.39
Hex 55 64 74 1B E 0 37 D3 F 27
Octal 125 144 164 33 16 0 67 323 17 47
Binary 1010101 1100100 1110100 11011 1110 0 110111 11010011 1111 100111

Color Harmonies of #556474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556474

Black with #556474

Text Example


Text Example

White with #556474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556474; }

 p { color: rgb(85,100,116); }

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

background-color css

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

 a { background-color: rgb(85,100,116); }

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

border-color css

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

 span { border-color: rgb(85,100,116); }

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