#535C6C

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

Shades of Bright Grey #535C6C

Tints of Bright Grey #535C6C

Color information

#535C6C (or 0x535C6C) is unknown color: approx Bright Grey. HEX triplet: 53, 5C and 6C. RGB value is (83,92,108). Sum of RGB (Red+Green+Blue) = 83+92+108=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #535C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C6C is #ACA393. Grayscale: #5B5B5B. Windows color (decimal): -11314068 or 7101523. OLE color: 7101523.

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

Color convert

RGB8392108-
CMYK0.230.1500.58
HSL218.4º13.09%37.45%-
HSV(B)218.4º23.15%42.35%-
XYZ10.110.5815.7-
YUV91.13137.52122.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=29.33%
G=32.51%
B=38.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83921080.230.1500.58218.413.0937.45
Hex535C6C17F03Adad25
Octal12313415427170723321545
Binary1010011101110011011001011111110111010110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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