#535D6A

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

Shades of Bright Grey #535D6A

Tints of Bright Grey #535D6A

Color information

#535D6A (or 0x535D6A) is unknown color: approx Bright Grey. HEX triplet: 53, 5D and 6A. RGB value is (83,93,106). Sum of RGB (Red+Green+Blue) = 83+93+106=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #535D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6A is #ACA295. Grayscale: #5B5B5B. Windows color (decimal): -11313814 or 6970707. OLE color: 6970707.

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

Color convert

RGB8393106-
CMYK0.220.1200.58
HSL213.91º12.17%37.06%-
HSV(B)213.91º21.7%41.57%-
XYZ10.0810.7115.17-
YUV91.49136.19121.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=29.43%
G=32.98%
B=37.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83931060.220.1200.58213.9112.1737.06
Hex535D6A16C03Ad6c25
Octal12313515226140723261445
Binary1010011101110111010101011011000111010110101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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