#536376

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

Shades of Shuttle Grey #536376

Tints of Shuttle Grey #536376

Color information

#536376 (or 0x536376) is unknown color: approx Shuttle Grey. HEX triplet: 53, 63 and 76. RGB value is (83,99,118). Sum of RGB (Red+Green+Blue) = 83+99+118=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #536376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536376 is #AC9C89. Grayscale: #606060. Windows color (decimal): -11312266 or 7758675. OLE color: 7758675.

HSL color Cylindrical-coordinate representation of color #536376: hue angle of 212.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536376 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8399118-
CMYK0.300.1600.54
HSL212.57º17.41%39.41%-
HSV(B)212.57º29.66%46.27%-
XYZ11.312.0718.87-
YUV96.38140.2118.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=27.67%
G=33%
B=39.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83991180.300.1600.54212.5717.4139.41
Hex5363761E10036d51127
Octal12314316636200663252147
Binary101001111000111110110111101000001101101101010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536376; }

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

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

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

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

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

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

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

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