Html Css Color HEX #556274 Shuttle Grey

📋 copy color: '#556274'

red 85 ◦ green 98 ◦ blue 116

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

Shades of Shuttle Grey #556274

Tints of Shuttle Grey #556274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 28.43%
G = 32.78%
B = 38.8%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556274 (or 0x556274) is known color: Shuttle Grey. HEX triplet: 55, 62 and 74. RGB value is (85,98,116). Sum of RGB (Red+Green+Blue) = 85+98+116=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #556274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556274 is #AA9D8B. Grayscale: #606060. Windows color (decimal): -11181452 or 7627349. OLE color: 7627349.

HSL color Cylindrical-coordinate representation of color #556274: hue angle of 214.84º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556274 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 98 116 -
CMYK 0.27 0.16 0 0.55
HSL 214.84º 0.15% 0.39% -
HSV(B) 214.84º 0.27% 0.45% -
XYZ 11.27 11.93 18.23 -
YUV 96.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 85 98 116 0.27 0.16 0 0.55 214.84 0.15 0.39
Hex 55 62 74 1B 10 0 37 D7 F 27
Octal 125 142 164 33 20 0 67 327 17 47
Binary 1010101 1100010 1110100 11011 10000 0 110111 11010111 1111 100111

Color Harmonies of #556274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556274

Black with #556274

Text Example


Text Example

White with #556274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556274; }

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

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

background-color css

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

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

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

border-color css

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

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

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