Html Css Color HEX #556578 Shuttle Grey

📋 copy color: '#556578'

red 85 ◦ green 101 ◦ blue 120

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

Shades of Shuttle Grey #556578

Tints of Shuttle Grey #556578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 27.78%
G = 33.01%
B = 39.22%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556578 (or 0x556578) is known color: Shuttle Grey. HEX triplet: 55, 65 and 78. RGB value is (85,101,120). Sum of RGB (Red+Green+Blue) = 85+101+120=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #556578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556578 is #AA9A87. Grayscale: #626262. Windows color (decimal): -11180680 or 7890261. OLE color: 7890261.

HSL color Cylindrical-coordinate representation of color #556578: hue angle of 212.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556578 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 101 120 -
CMYK 0.29 0.16 0 0.53
HSL 212.57º 0.17% 0.4% -
HSV(B) 212.57º 0.29% 0.47% -
XYZ 11.79 12.59 19.58 -
YUV 98.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 85 101 120 0.29 0.16 0 0.53 212.57 0.17 0.4
Hex 55 65 78 1D 10 0 35 D5 11 28
Octal 125 145 170 35 20 0 65 325 21 50
Binary 1010101 1100101 1111000 11101 10000 0 110101 11010101 10001 101000

Color Harmonies of #556578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556578

Black with #556578

Text Example


Text Example

White with #556578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556578; }

 p { color: rgb(85,101,120); }

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

background-color css

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

 a { background-color: rgb(85,101,120); }

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

border-color css

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

 span { border-color: rgb(85,101,120); }

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