Html Css Color HEX #556875 Shuttle Grey

📋 copy color: '#556875'

red 85 ◦ green 104 ◦ blue 117

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

Shades of Shuttle Grey #556875

Tints of Shuttle Grey #556875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 27.78%
G = 33.99%
B = 38.24%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556875 (or 0x556875) is known color: Shuttle Grey. HEX triplet: 55, 68 and 75. RGB value is (85,104,117). Sum of RGB (Red+Green+Blue) = 85+104+117=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #556875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556875 is #AA978A. Grayscale: #636363. Windows color (decimal): -11179915 or 7694421. OLE color: 7694421.

HSL color Cylindrical-coordinate representation of color #556875: hue angle of 204.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556875 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 104 117 -
CMYK 0.27 0.11 0 0.54
HSL 204.38º 0.16% 0.4% -
HSV(B) 204.38º 0.27% 0.46% -
XYZ 11.91 13.12 18.73 -
YUV 99.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 85 104 117 0.27 0.11 0 0.54 204.38 0.16 0.4
Hex 55 68 75 1B B 0 36 CC 10 28
Octal 125 150 165 33 13 0 66 314 20 50
Binary 1010101 1101000 1110101 11011 1011 0 110110 11001100 10000 101000

Color Harmonies of #556875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556875

Black with #556875

Text Example


Text Example

White with #556875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556875; }

 p { color: rgb(85,104,117); }

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

background-color css

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

 a { background-color: rgb(85,104,117); }

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

border-color css

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

 span { border-color: rgb(85,104,117); }

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