#536573

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

Shades of Shuttle Grey #536573

Tints of Shuttle Grey #536573

Color information

#536573 (or 0x536573) is unknown color: approx Shuttle Grey. HEX triplet: 53, 65 and 73. RGB value is (83,101,115). Sum of RGB (Red+Green+Blue) = 83+101+115=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #536573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536573 is #AC9A8C. Grayscale: #616161. Windows color (decimal): -11311757 or 7562579. OLE color: 7562579.

HSL color Cylindrical-coordinate representation of color #536573: hue angle of 206.25º 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 #536573 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB83101115-
CMYK0.280.1200.55
HSL206.25º16.16%38.82%-
HSV(B)206.25º27.83%45.1%-
XYZ11.3212.3818.01-
YUV97.21138.04117.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=27.76%
G=33.78%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831011150.280.1200.55206.2516.1638.82
Hex5365731CC037ce1027
Octal12314516334140673162047
Binary10100111100101111001111100110001101111100111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536573; }

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

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

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

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

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

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

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

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