#535961

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

Shades of Bright Grey #535961

Tints of Bright Grey #535961

Color information

#535961 (or 0x535961) is unknown color: approx Bright Grey. HEX triplet: 53, 59 and 61. RGB value is (83,89,97). Sum of RGB (Red+Green+Blue) = 83+89+97=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #535961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535961 is #ACA69E. Grayscale: #585858. Windows color (decimal): -11314847 or 6379859. OLE color: 6379859.

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

Color convert

RGB838997-
CMYK0.140.0800.62
HSL214.29º7.78%35.29%-
HSV(B)214.29º14.43%38.04%-
XYZ9.39.8512.72-
YUV88.12133.01124.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=30.86%
G=33.09%
B=36.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8389970.140.0800.62214.297.7835.29
Hex535961E803Ed6823
Octal12313114116100763261043
Binary101001110110011100001111010000111110110101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535961; }

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

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

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

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

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

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

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

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