Html Css Color HEX #556272 Shuttle Grey

📋 copy color: '#556272'

red 85 ◦ green 98 ◦ blue 114

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

Shades of Shuttle Grey #556272

Tints of Shuttle Grey #556272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 28.62%
G = 33%
B = 38.38%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556272 (or 0x556272) is known color: Shuttle Grey. HEX triplet: 55, 62 and 72. RGB value is (85,98,114). Sum of RGB (Red+Green+Blue) = 85+98+114=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #556272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556272 is #AA9D8D. Grayscale: #5F5F5F. Windows color (decimal): -11181454 or 7496277. OLE color: 7496277.

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

Color convert

RGB 85 98 114 -
CMYK 0.25 0.14 0 0.55
HSL 213.1º 0.15% 0.39% -
HSV(B) 213.1º 0.25% 0.45% -
XYZ 11.15 11.88 17.63 -
YUV 95.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 85 98 114 0.25 0.14 0 0.55 213.1 0.15 0.39
Hex 55 62 72 19 E 0 37 D5 F 27
Octal 125 142 162 31 16 0 67 325 17 47
Binary 1010101 1100010 1110010 11001 1110 0 110111 11010101 1111 100111

Color Harmonies of #556272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556272

Black with #556272

Text Example


Text Example

White with #556272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556272; }

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

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

background-color css

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

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

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

border-color css

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

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

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