Html Css Color HEX #556070 Shuttle Grey

📋 copy color: '#556070'

red 85 ◦ green 96 ◦ blue 112

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

Shades of Shuttle Grey #556070

Tints of Shuttle Grey #556070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 29.01%
G = 32.76%
B = 38.23%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556070 (or 0x556070) is known color: Shuttle Grey. HEX triplet: 55, 60 and 70. RGB value is (85,96,112). Sum of RGB (Red+Green+Blue) = 85+96+112=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #556070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556070 is #AA9F8F. Grayscale: #5E5E5E. Windows color (decimal): -11181968 or 7364693. OLE color: 7364693.

HSL color Cylindrical-coordinate representation of color #556070: hue angle of 215.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #556070 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 96 112 -
CMYK 0.24 0.14 0 0.56
HSL 215.56º 0.14% 0.39% -
HSV(B) 215.56º 0.24% 0.44% -
XYZ 10.85 11.47 16.97 -
YUV 94.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 85 96 112 0.24 0.14 0 0.56 215.56 0.14 0.39
Hex 55 60 70 18 E 0 38 D8 E 27
Octal 125 140 160 30 16 0 70 330 16 47
Binary 1010101 1100000 1110000 11000 1110 0 111000 11011000 1110 100111

Color Harmonies of #556070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556070

Black with #556070

Text Example


Text Example

White with #556070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556070; }

 p { color: rgb(85,96,112); }

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

background-color css

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

 a { background-color: rgb(85,96,112); }

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

border-color css

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

 span { border-color: rgb(85,96,112); }

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