#535D6C

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

Shades of Bright Grey #535D6C

Tints of Bright Grey #535D6C

Color information

#535D6C (or 0x535D6C) is unknown color: approx Bright Grey. HEX triplet: 53, 5D and 6C. RGB value is (83,93,108). Sum of RGB (Red+Green+Blue) = 83+93+108=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #535D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6C is #ACA293. Grayscale: #5B5B5B. Windows color (decimal): -11313812 or 7101779. OLE color: 7101779.

HSL color Cylindrical-coordinate representation of color #535D6C: hue angle of 216º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535D6C is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8393108-
CMYK0.230.1400.58
HSL216º13.09%37.45%-
HSV(B)216º23.15%42.35%-
XYZ10.1910.7515.73-
YUV91.72137.19121.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=29.23%
G=32.75%
B=38.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83931080.230.1400.5821613.0937.45
Hex535D6C17E03Ad8d25
Octal12313515427160723301545
Binary1010011101110111011001011111100111010110110001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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