#535861

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

Shades of Bright Grey #535861

Tints of Bright Grey #535861

Color information

#535861 (or 0x535861) is unknown color: approx Bright Grey. HEX triplet: 53, 58 and 61. RGB value is (83,88,97). Sum of RGB (Red+Green+Blue) = 83+88+97=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #535861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535861 is #ACA79E. Grayscale: #575757. Windows color (decimal): -11315103 or 6379603. OLE color: 6379603.

HSL color Cylindrical-coordinate representation of color #535861: hue angle of 218.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535861 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB838897-
CMYK0.140.0900.62
HSL218.57º7.78%35.29%-
HSV(B)218.57º14.43%38.04%-
XYZ9.219.6812.69-
YUV87.53133.34124.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=30.97%
G=32.84%
B=36.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8388970.140.0900.62218.577.7835.29
Hex535861E903Edb823
Octal12313014116110763331043
Binary101001110110001100001111010010111110110110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535861; }

 p { color: rgb(83,88,97); }

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

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

 a { background-color: rgb(83,88,97); }

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

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

 span { border-color: rgb(83,88,97); }

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