Html Css Color HEX #556270 Shuttle Grey

📋 copy color: '#556270'

red 85 ◦ green 98 ◦ blue 112

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

Shades of Shuttle Grey #556270

Tints of Shuttle Grey #556270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

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

R = 28.81%
G = 33.22%
B = 37.97%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556270 (or 0x556270) is known color: Shuttle Grey. HEX triplet: 55, 62 and 70. RGB value is (85,98,112). Sum of RGB (Red+Green+Blue) = 85+98+112=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #556270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556270 is #AA9D8F. Grayscale: #5F5F5F. Windows color (decimal): -11181456 or 7365205. OLE color: 7365205.

HSL color Cylindrical-coordinate representation of color #556270: hue angle of 211.11º 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 #556270 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 98 112 -
CMYK 0.24 0.13 0 0.56
HSL 211.11º 0.14% 0.39% -
HSV(B) 211.11º 0.24% 0.44% -
XYZ 11.04 11.84 17.03 -
YUV 95.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 85 98 112 0.24 0.13 0 0.56 211.11 0.14 0.39
Hex 55 62 70 18 D 0 38 D3 E 27
Octal 125 142 160 30 15 0 70 323 16 47
Binary 1010101 1100010 1110000 11000 1101 0 111000 11010011 1110 100111

Color Harmonies of #556270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556270

Black with #556270

Text Example


Text Example

White with #556270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556270; }

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

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

background-color css

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

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

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

border-color css

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

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

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