Html Css Color HEX #556273 Shuttle Grey

📋 copy color: '#556273'

red 85 ◦ green 98 ◦ blue 115

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

Shades of Shuttle Grey #556273

Tints of Shuttle Grey #556273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.59%

R = 28.52%
G = 32.89%
B = 38.59%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556273 (or 0x556273) is known color: Shuttle Grey. HEX triplet: 55, 62 and 73. RGB value is (85,98,115). Sum of RGB (Red+Green+Blue) = 85+98+115=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #556273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556273 is #AA9D8C. Grayscale: #5F5F5F. Windows color (decimal): -11181453 or 7561813. OLE color: 7561813.

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

Color convert

RGB 85 98 115 -
CMYK 0.26 0.15 0 0.55
HSL 214º 0.15% 0.39% -
HSV(B) 214º 0.26% 0.45% -
XYZ 11.21 11.9 17.93 -
YUV 96.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 85 98 115 0.26 0.15 0 0.55 214 0.15 0.39
Hex 55 62 73 1A F 0 37 D6 F 27
Octal 125 142 163 32 17 0 67 326 17 47
Binary 1010101 1100010 1110011 11010 1111 0 110111 11010110 1111 100111

Color Harmonies of #556273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556273

Black with #556273

Text Example


Text Example

White with #556273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556273; }

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

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

background-color css

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

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

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

border-color css

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

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

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