#535B6B

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

Shades of Bright Grey #535B6B

Tints of Bright Grey #535B6B

Color information

#535B6B (or 0x535B6B) is unknown color: approx Bright Grey. HEX triplet: 53, 5B and 6B. RGB value is (83,91,107). Sum of RGB (Red+Green+Blue) = 83+91+107=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #535B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B6B is #ACA494. Grayscale: #5A5A5A. Windows color (decimal): -11314325 or 7035731. OLE color: 7035731.

HSL color Cylindrical-coordinate representation of color #535B6B: hue angle of 220º degrees, saturation: 0.13, 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 #535B6B is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8391107-
CMYK0.220.1500.58
HSL220º12.63%37.25%-
HSV(B)220º22.43%41.96%-
XYZ9.9610.3815.39-
YUV90.43137.35122.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=29.54%
G=32.38%
B=38.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83911070.220.1500.5822012.6337.25
Hex535B6B16F03Adcd25
Octal12313315326170723341545
Binary1010011101101111010111011011110111010110111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,107); }

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

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

 a { background-color: rgb(83,91,107); }

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

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

 span { border-color: rgb(83,91,107); }

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