#535563

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

Shades of Bright Grey #535563

Tints of Bright Grey #535563

Color information

#535563 (or 0x535563) is unknown color: approx Bright Grey. HEX triplet: 53, 55 and 63. RGB value is (83,85,99). Sum of RGB (Red+Green+Blue) = 83+85+99=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #535563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535563 is #ACAA9C. Grayscale: #555555. Windows color (decimal): -11315869 or 6509907. OLE color: 6509907.

HSL color Cylindrical-coordinate representation of color #535563: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535563 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB838599-
CMYK0.160.1400.61
HSL232.5º8.79%35.69%-
HSV(B)232.5º16.16%38.82%-
XYZ9.079.2413.11-
YUV86135.34125.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=31.09%
G=31.84%
B=37.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8385990.160.1400.61232.58.7935.69
Hex53556310E03De8924
Octal12312514320160753501144
Binary1010011101010111000111000011100111101111010001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535563; }

 p { color: rgb(83,85,99); }

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

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

 a { background-color: rgb(83,85,99); }

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

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

 span { border-color: rgb(83,85,99); }

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