#536171

Color #536171 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #536171

Tints of Shuttle Grey #536171

Color information

#536171 (or 0x536171) is unknown color: approx Shuttle Grey. HEX triplet: 53, 61 and 71. RGB value is (83,97,113). Sum of RGB (Red+Green+Blue) = 83+97+113=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #536171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536171 is #AC9E8E. Grayscale: #5E5E5E. Windows color (decimal): -11312783 or 7430483. OLE color: 7430483.

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

Color convert

RGB8397113-
CMYK0.270.1400.56
HSL212º15.31%38.43%-
HSV(B)212º26.55%44.31%-
XYZ10.8211.5817.29-
YUV94.64138.36119.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=28.33%
G=33.11%
B=38.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83971130.270.1400.5621215.3138.43
Hex5361711BE038d4f26
Octal12314116133160703241746
Binary1010011110000111100011101111100111000110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536171; }

 p { color: rgb(83,97,113); }

 H1.HeaderClassName
 {
   color: #536171;
 }
 .AnyTagClassName
 {
   color: #536171;
 }
</style>
background-color css

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

 a { background-color: rgb(83,97,113); }

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

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

 span { border-color: rgb(83,97,113); }

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