#535D68

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

Shades of Shuttle Grey #535D68

Tints of Shuttle Grey #535D68

Color information

#535D68 (or 0x535D68) is unknown color: approx Shuttle Grey. HEX triplet: 53, 5D and 68. RGB value is (83,93,104). Sum of RGB (Red+Green+Blue) = 83+93+104=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #535D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D68 is #ACA297. Grayscale: #5B5B5B. Windows color (decimal): -11313816 or 6839635. OLE color: 6839635.

HSL color Cylindrical-coordinate representation of color #535D68: hue angle of 211.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535D68 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8393104-
CMYK0.200.1100.59
HSL211.43º11.23%36.67%-
HSV(B)211.43º20.19%40.78%-
XYZ9.9810.6714.63-
YUV91.26135.19122.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=29.64%
G=33.21%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83931040.200.1100.59211.4311.2336.67
Hex535D6814B03Bd3b25
Octal12313515024130733231345
Binary1010011101110111010001010010110111011110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,104); }

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

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

 a { background-color: rgb(83,93,104); }

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

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

 span { border-color: rgb(83,93,104); }

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