#535E6A

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

Shades of Shuttle Grey #535E6A

Tints of Shuttle Grey #535E6A

Color information

#535E6A (or 0x535E6A) is unknown color: approx Shuttle Grey. HEX triplet: 53, 5E and 6A. RGB value is (83,94,106). Sum of RGB (Red+Green+Blue) = 83+94+106=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #535E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E6A is #ACA195. Grayscale: #5C5C5C. Windows color (decimal): -11313558 or 6970963. OLE color: 6970963.

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

Color convert

RGB8394106-
CMYK0.220.1100.58
HSL211.3º12.17%37.06%-
HSV(B)211.3º21.7%41.57%-
XYZ10.1710.8915.2-
YUV92.08135.86121.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=29.33%
G=33.22%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83941060.220.1100.58211.312.1737.06
Hex535E6A16B03Ad3c25
Octal12313615226130723231445
Binary1010011101111011010101011010110111010110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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