#535665

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

Shades of Bright Grey #535665

Tints of Bright Grey #535665

Color information

#535665 (or 0x535665) is unknown color: approx Bright Grey. HEX triplet: 53, 56 and 65. RGB value is (83,86,101). Sum of RGB (Red+Green+Blue) = 83+86+101=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #535665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535665 is #ACA99A. Grayscale: #565656. Windows color (decimal): -11315611 or 6641235. OLE color: 6641235.

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

Color convert

RGB8386101-
CMYK0.180.1500.60
HSL230º9.78%36.08%-
HSV(B)230º17.82%39.61%-
XYZ9.249.4313.65-
YUV86.81136.01125.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=30.74%
G=31.85%
B=37.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83861010.180.1500.602309.7836.08
Hex53566512F03Ce6a24
Octal12312614522170743461244
Binary1010011101011011001011001011110111100111001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535665; }

 p { color: rgb(83,86,101); }

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

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

 a { background-color: rgb(83,86,101); }

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

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

 span { border-color: rgb(83,86,101); }

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