#535966

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

Shades of Bright Grey #535966

Tints of Bright Grey #535966

Color information

#535966 (or 0x535966) is unknown color: approx Bright Grey. HEX triplet: 53, 59 and 66. RGB value is (83,89,102). Sum of RGB (Red+Green+Blue) = 83+89+102=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #535966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535966 is #ACA699. Grayscale: #585858. Windows color (decimal): -11314842 or 6707539. OLE color: 6707539.

HSL color Cylindrical-coordinate representation of color #535966: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535966 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8389102-
CMYK0.190.1300.6
HSL221.05º10.27%36.27%-
HSV(B)221.05º18.63%40%-
XYZ9.549.9413.99-
YUV88.69135.51123.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=30.29%
G=32.48%
B=37.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83891020.190.1300.6221.0510.2736.27
Hex53596613D03Cdda24
Octal12313114623150743351244
Binary1010011101100111001101001111010111100110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535966; }

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

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

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

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

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

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

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

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