#535F6D

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

Shades of Shuttle Grey #535F6D

Tints of Shuttle Grey #535F6D

Color information

#535F6D (or 0x535F6D) is unknown color: approx Shuttle Grey. HEX triplet: 53, 5F and 6D. RGB value is (83,95,109). Sum of RGB (Red+Green+Blue) = 83+95+109=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #535F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F6D is #ACA092. Grayscale: #5C5C5C. Windows color (decimal): -11313299 or 7167827. OLE color: 7167827.

HSL color Cylindrical-coordinate representation of color #535F6D: hue angle of 212.31º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #535F6D is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8395109-
CMYK0.240.1300.57
HSL212.31º13.54%37.65%-
HSV(B)212.31º23.85%42.75%-
XYZ10.4211.1316.07-
YUV93.01137.02120.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=28.92%
G=33.10%
B=37.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83951090.240.1300.57212.3113.5437.65
Hex535F6D18D039d4e26
Octal12313715530150713241646
Binary1010011101111111011011100011010111001110101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,109); }

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

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

 a { background-color: rgb(83,95,109); }

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

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

 span { border-color: rgb(83,95,109); }

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