Html Css Color HEX #556672 Shuttle Grey

📋 copy color: '#556672'

red 85 ◦ green 102 ◦ blue 114

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

Shades of Shuttle Grey #556672

Tints of Shuttle Grey #556672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 28.24%
G = 33.89%
B = 37.87%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556672 (or 0x556672) is known color: Shuttle Grey. HEX triplet: 55, 66 and 72. RGB value is (85,102,114). Sum of RGB (Red+Green+Blue) = 85+102+114=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #556672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556672 is #AA998D. Grayscale: #626262. Windows color (decimal): -11180430 or 7497301. OLE color: 7497301.

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

Color convert

RGB 85 102 114 -
CMYK 0.25 0.11 0 0.55
HSL 204.83º 0.15% 0.39% -
HSV(B) 204.83º 0.25% 0.45% -
XYZ 11.53 12.65 17.75 -
YUV 98.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 85 102 114 0.25 0.11 0 0.55 204.83 0.15 0.39
Hex 55 66 72 19 B 0 37 CD F 27
Octal 125 146 162 31 13 0 67 315 17 47
Binary 1010101 1100110 1110010 11001 1011 0 110111 11001101 1111 100111

Color Harmonies of #556672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556672

Black with #556672

Text Example


Text Example

White with #556672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556672; }

 p { color: rgb(85,102,114); }

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

background-color css

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

 a { background-color: rgb(85,102,114); }

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

border-color css

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

 span { border-color: rgb(85,102,114); }

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