#536372

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

Shades of Shuttle Grey #536372

Tints of Shuttle Grey #536372

Color information

#536372 (or 0x536372) is unknown color: approx Shuttle Grey. HEX triplet: 53, 63 and 72. RGB value is (83,99,114). Sum of RGB (Red+Green+Blue) = 83+99+114=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #536372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536372 is #AC9C8D. Grayscale: #5F5F5F. Windows color (decimal): -11312270 or 7496531. OLE color: 7496531.

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

Color convert

RGB8399114-
CMYK0.270.1300.55
HSL209.03º15.74%38.63%-
HSV(B)209.03º27.19%44.71%-
XYZ11.0711.9817.65-
YUV95.93138.2118.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=28.04%
G=33.45%
B=38.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83991140.270.1300.55209.0315.7438.63
Hex5363721BD037d11027
Octal12314316233150673212047
Binary10100111100011111001011011110101101111101000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536372; }

 p { color: rgb(83,99,114); }

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

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

 a { background-color: rgb(83,99,114); }

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

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

 span { border-color: rgb(83,99,114); }

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