#535461

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

Shades of Bright Grey #535461

Tints of Bright Grey #535461

Color information

#535461 (or 0x535461) is unknown color: approx Bright Grey. HEX triplet: 53, 54 and 61. RGB value is (83,84,97). Sum of RGB (Red+Green+Blue) = 83+84+97=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #535461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535461 is #ACAB9E. Grayscale: #555555. Windows color (decimal): -11316127 or 6378579. OLE color: 6378579.

HSL color Cylindrical-coordinate representation of color #535461: hue angle of 235.71º 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 #535461 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB838497-
CMYK0.140.1300.62
HSL235.71º7.78%35.29%-
HSV(B)235.71º14.43%38.04%-
XYZ8.99.0412.59-
YUV85.18134.67126.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=31.44%
G=31.82%
B=36.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8384970.140.1300.62235.717.7835.29
Hex535461ED03Eec823
Octal12312414116150763541043
Binary101001110101001100001111011010111110111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535461; }

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

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

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

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

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

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

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

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