Html Css Color HEX #556374 Shuttle Grey

📋 copy color: '#556374'

red 85 ◦ green 99 ◦ blue 116

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

Shades of Shuttle Grey #556374

Tints of Shuttle Grey #556374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 28.33%
G = 33%
B = 38.67%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556374 (or 0x556374) is known color: Shuttle Grey. HEX triplet: 55, 63 and 74. RGB value is (85,99,116). Sum of RGB (Red+Green+Blue) = 85+99+116=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #556374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556374 is #AA9C8B. Grayscale: #606060. Windows color (decimal): -11181196 or 7627605. OLE color: 7627605.

HSL color Cylindrical-coordinate representation of color #556374: hue angle of 212.9º 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 #556374 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 99 116 -
CMYK 0.27 0.15 0 0.55
HSL 212.9º 0.15% 0.39% -
HSV(B) 212.9º 0.27% 0.45% -
XYZ 11.36 12.12 18.26 -
YUV 96.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 85 99 116 0.27 0.15 0 0.55 212.9 0.15 0.39
Hex 55 63 74 1B F 0 37 D5 F 27
Octal 125 143 164 33 17 0 67 325 17 47
Binary 1010101 1100011 1110100 11011 1111 0 110111 11010101 1111 100111

Color Harmonies of #556374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556374

Black with #556374

Text Example


Text Example

White with #556374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556374; }

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

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

background-color css

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

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

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

border-color css

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

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

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