Html Css Color HEX #556773 Shuttle Grey

📋 copy color: '#556773'

red 85 ◦ green 103 ◦ blue 115

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

Shades of Shuttle Grey #556773

Tints of Shuttle Grey #556773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 28.05%
G = 33.99%
B = 37.95%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556773 (or 0x556773) is known color: Shuttle Grey. HEX triplet: 55, 67 and 73. RGB value is (85,103,115). Sum of RGB (Red+Green+Blue) = 85+103+115=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #556773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556773 is #AA988C. Grayscale: #626262. Windows color (decimal): -11180173 or 7563093. OLE color: 7563093.

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

Color convert

RGB 85 103 115 -
CMYK 0.26 0.10 0 0.55
HSL 204º 0.15% 0.39% -
HSV(B) 204º 0.26% 0.45% -
XYZ 11.69 12.87 18.09 -
YUV 98.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 85 103 115 0.26 0.10 0 0.55 204 0.15 0.39
Hex 55 67 73 1A A 0 37 CC F 27
Octal 125 147 163 32 12 0 67 314 17 47
Binary 1010101 1100111 1110011 11010 1010 0 110111 11001100 1111 100111

Color Harmonies of #556773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556773

Black with #556773

Text Example


Text Example

White with #556773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556773; }

 p { color: rgb(85,103,115); }

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

background-color css

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

 a { background-color: rgb(85,103,115); }

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

border-color css

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

 span { border-color: rgb(85,103,115); }

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