#535C6A

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

Shades of Bright Grey #535C6A

Tints of Bright Grey #535C6A

Color information

#535C6A (or 0x535C6A) is unknown color: approx Bright Grey. HEX triplet: 53, 5C and 6A. RGB value is (83,92,106). Sum of RGB (Red+Green+Blue) = 83+92+106=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #535C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C6A is #ACA395. Grayscale: #5A5A5A. Windows color (decimal): -11314070 or 6970451. OLE color: 6970451.

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

Color convert

RGB8392106-
CMYK0.220.1300.58
HSL216.52º12.17%37.06%-
HSV(B)216.52º21.7%41.57%-
XYZ1010.5315.14-
YUV90.9136.52122.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=29.54%
G=32.74%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83921060.220.1300.58216.5212.1737.06
Hex535C6A16D03Ad9c25
Octal12313415226150723311445
Binary1010011101110011010101011011010111010110110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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