Html Css Color HEX #556472 Shuttle Grey

📋 copy color: '#556472'

red 85 ◦ green 100 ◦ blue 114

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

Shades of Shuttle Grey #556472

Tints of Shuttle Grey #556472

RGB

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

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

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

R = 28.43%
G = 33.44%
B = 38.13%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556472 (or 0x556472) is known color: Shuttle Grey. HEX triplet: 55, 64 and 72. RGB value is (85,100,114). Sum of RGB (Red+Green+Blue) = 85+100+114=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #556472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556472 is #AA9B8D. Grayscale: #616161. Windows color (decimal): -11180942 or 7496789. OLE color: 7496789.

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

Color convert

RGB 85 100 114 -
CMYK 0.25 0.12 0 0.55
HSL 208.97º 0.15% 0.39% -
HSV(B) 208.97º 0.25% 0.45% -
XYZ 11.34 12.26 17.69 -
YUV 97.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 85 100 114 0.25 0.12 0 0.55 208.97 0.15 0.39
Hex 55 64 72 19 C 0 37 D1 F 27
Octal 125 144 162 31 14 0 67 321 17 47
Binary 1010101 1100100 1110010 11001 1100 0 110111 11010001 1111 100111

Color Harmonies of #556472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556472

Black with #556472

Text Example


Text Example

White with #556472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556472; }

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

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

background-color css

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

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

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

border-color css

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

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

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