Html Css Color HEX #556678 Shuttle Grey

📋 copy color: '#556678'

red 85 ◦ green 102 ◦ blue 120

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

Shades of Shuttle Grey #556678

Tints of Shuttle Grey #556678

RGB

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

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

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

R = 27.69%
G = 33.22%
B = 39.09%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556678 (or 0x556678) is known color: Shuttle Grey. HEX triplet: 55, 66 and 78. RGB value is (85,102,120). Sum of RGB (Red+Green+Blue) = 85+102+120=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #556678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556678 is #AA9987. Grayscale: #626262. Windows color (decimal): -11180424 or 7890517. OLE color: 7890517.

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

Color convert

RGB 85 102 120 -
CMYK 0.29 0.15 0 0.53
HSL 210.86º 0.17% 0.4% -
HSV(B) 210.86º 0.29% 0.47% -
XYZ 11.89 12.79 19.61 -
YUV 98.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 85 102 120 0.29 0.15 0 0.53 210.86 0.17 0.4
Hex 55 66 78 1D F 0 35 D3 11 28
Octal 125 146 170 35 17 0 65 323 21 50
Binary 1010101 1100110 1111000 11101 1111 0 110101 11010011 10001 101000

Color Harmonies of #556678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556678

Black with #556678

Text Example


Text Example

White with #556678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556678; }

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

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

background-color css

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

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

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

border-color css

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

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

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