#536273

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

Shades of Shuttle Grey #536273

Tints of Shuttle Grey #536273

Color information

#536273 (or 0x536273) is unknown color: approx Shuttle Grey. HEX triplet: 53, 62 and 73. RGB value is (83,98,115). Sum of RGB (Red+Green+Blue) = 83+98+115=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #536273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536273 is #AC9D8C. Grayscale: #5F5F5F. Windows color (decimal): -11312525 or 7561811. OLE color: 7561811.

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

Color convert

RGB8398115-
CMYK0.280.1500.55
HSL211.88º16.16%38.82%-
HSV(B)211.88º27.83%45.1%-
XYZ11.0311.8117.92-
YUV95.45139.03119.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=28.04%
G=33.11%
B=38.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83981150.280.1500.55211.8816.1638.82
Hex5362731CF037d41027
Octal12314216334170673242047
Binary10100111100010111001111100111101101111101010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536273; }

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

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

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

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

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

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

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

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