#535E6C

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

Shades of Shuttle Grey #535E6C

Tints of Shuttle Grey #535E6C

Color information

#535E6C (or 0x535E6C) is unknown color: approx Shuttle Grey. HEX triplet: 53, 5E and 6C. RGB value is (83,94,108). Sum of RGB (Red+Green+Blue) = 83+94+108=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #535E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E6C is #ACA193. Grayscale: #5C5C5C. Windows color (decimal): -11313556 or 7102035. OLE color: 7102035.

HSL color Cylindrical-coordinate representation of color #535E6C: hue angle of 213.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535E6C is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8394108-
CMYK0.230.1300.58
HSL213.6º13.09%37.45%-
HSV(B)213.6º23.15%42.35%-
XYZ10.2810.9315.75-
YUV92.31136.86121.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=29.12%
G=32.98%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83941080.230.1300.58213.613.0937.45
Hex535E6C17D03Ad6d25
Octal12313615427150723261545
Binary1010011101111011011001011111010111010110101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E6C; }

 p { color: rgb(83,94,108); }

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

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

 a { background-color: rgb(83,94,108); }

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

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

 span { border-color: rgb(83,94,108); }

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